Re: [PHP] login check

2005-08-05 Thread Jochem Maas
[EMAIL PROTECTED] wrote: I think this is the way I need to write my if statement. if ( $min && $user[ "min" ] == $min && $user[ "pin" ] == $pin || $pin == 'allow') try a couple paretheses to make your intension explicit. your if statement might work the way you want it but I have no idea -

[PHP] login check

2005-08-04 Thread sub
I think this is the way I need to write my if statement. if ( $min && $user[ "min" ] == $min && $user[ "pin" ] == $pin || $pin == 'allow') $min login name entered by the customer at the form. $user[min] is the login name from my sql db that matches $min $user[pin] is the password from mysql

Re: [PHP] LogIn check within function within class :: HELP!

2002-12-08 Thread Tom Rogers
Hi, Monday, December 9, 2002, 2:24:47 AM, you wrote: SM> Im just about at wits end here Im trying to verify that a users ID and SM> Password exist in the MySQL Database and then if it does display certain SM> content and if it does not display login form content. SM> ###At present here is the e

[PHP] LogIn check within function within class :: HELP!

2002-12-08 Thread Sean Mayhew
Im just about at wits end here Im trying to verify that a users ID and Password exist in the MySQL Database and then if it does display certain content and if it does not display login form content. ###At present here is the error I'm recieving: Warning: Missing argument 3 for verifylogin() in