i put Tim Pardue codes about secure login system into xxserver. I do everthing as explained but first i get some errors like
Warning: include(/include/database.php) [function.include]: failed to open stream: No such file or directory in C:\wamp\www\tim20000505\login.php on line 3
i fix this by changing
include($DOCUMENT_ROOT.'/include/user.php'); to
include($DOCUMENT_ROOT.'include/user.php'); like other errors.
Now i get no errors but they are not working.eg: when i want to register the same page returns or when i want to login.
Where is the problem??