[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 -
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
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
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
4 matches
Mail list logo