RE: [PHP] Member's Area Script

2002-10-01 Thread Stephen Craton
To: Stephen Craton Subject: Re: [PHP] Member's Area Script Stephen I didn't have time to go through all the code so I have sent you an example of a logn/logout/test page. Notice that when logging in the password is checked using the PASSWORD function - you must insert passwords using PASSWORD or MD5

RE: [PHP] Member's Area Script

2002-09-29 Thread Stephen Craton
- :: From: debbie_dyer [mailto:[EMAIL PROTECTED]] :: Sent: Saturday, September 28, 2002 6:03 PM :: To: [EMAIL PROTECTED] :: Subject: Re: [PHP] Member's Area Script :: :: :: :: $conn = $main; - that line is the problem - you cant use :: global vars inside functions without declaring them

[PHP] Member's Area Script

2002-09-28 Thread Stephen Craton
Hello again, I'm trying to write a script that has a member's area in it. So far I've been able to successfully validate only one username and only one password but now I'm going big and trying to compare it with a table in my MySQL database. Everything goes nice and smooth until I actually try

Re: [PHP] Member's Area Script

2002-09-28 Thread debbie_dyer
$conn = $main; - that line is the problem - you cant use global vars inside functions without declaring them as global - Original Message - From: Stephen Craton [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, September 28, 2002 11:49 PM Subject: [PHP] Member's Area Script

RE: [PHP] Member's Area Script

2002-09-28 Thread Stephen Craton
Thank you very much!!! Thanks, Stephen http://www.melchior.us http://php.melchior.us :: -Original Message- :: From: debbie_dyer [mailto:[EMAIL PROTECTED]] :: Sent: Saturday, September 28, 2002 6:03 PM :: To: [EMAIL PROTECTED] :: Subject: Re: [PHP] Member's Area Script