Hi all,
I used Kevin Yank's article, Managing Users with PHP Sessions and MySQL to make a script that controls access to a certain area of my site.
However, I always get the following error message:I have posted the code for the different scripts at: http://www.justforwebmasters.com/script.html . I have a feeling that I'm missing a closing parenthesis mark, but I don't know where to put it.Parse error: parse error in /home/corby/justforwebmasters-www/authors/new.php on line 142
Any ideas?
Thanks,
Corbb




. The first reason its not working is you are checking for the existence of $submitok on line 6, $submitok never exists even when the form is submitted since your submit button has no name

Bookmarks