im new and im trying to... when someone enter there username in index.php and press on submit the page to load user.php and desplay this user name with the help of cookies, but this is what i get (some text is in bulgarian):
Hello, $username!
Click here to change your username or click here to continued!
the index.php code is:
Please enter your username:
the user.php code is:
setcookie ("user", $username);
?>
echo 'Hello, $username!
Click
here, to change your username or click
here to continued!'
?>
ps: im useing WAMP5 1.6.6
2006-12-10
01:36:39
·
2 answers
·
asked by
Mitko
3
in
Programming & Design