Und was hindert dich daran z.B. dies
zu machen ?
Gruss
tobi
PHP-Code:
echo '<A HREF="' . $PHP_SELF . '?aktion=land_besuchen&land=' . $row['land'] . '">';
$_SESSION['land'] = $row['land'];
//Prüfung
if(isset($_GET['land']) && $_GET['land'] == $_SESSION['land']){
//Parameter okay
}else{
//Da will einer schummeln
}
Gruss
tobi
Kommentar