Hi everyone,

I want to make an if statement that works only if the 2 conditions are
correct
 
It starts as:
 
If ($myUser == $myReturnedUser)
 
But I want to add another so that the if statement runs only if $myUser
is equal to $myReturnedUser AND $myPass is equal to $myReturnedPass. How
do I do this?
 
Thanks a lot =)
 
Gary

Reply via email to