I have developed a simple login script. Right now it will check a submitted
username and password and verify it against a database. This part works
fairly well, however I want to know how to assign a variable that will pass
through to the next page(s) to do something like:
if verified == 1 then {display the page} else {display error message}
My apoligies on the syntax of the above, but hopefully you will get the
idea.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php