Hallo suid,
Nun habe ich folgendes getestet.:
// 1._Script.php Funktioniert
<?php
$Zeit = strftime("%c");
echo $Zeit;
?>
// 2_Script.php?name=hallo -funktioniert nicht
<?php
if($name == 'hallo'){
echo "Hallo";
}
?>
Wie sieht nun der komplette code 2_Script.php aus damit es funktioniert?
Bitte helft mir!
Harald