How do I check two tables is it? Username and userpass are submitted through a 
from and are unique

$sql = "SELECT username, userpass FROM mytable, mytable2 WHERE username = 
'$username' AND 
userpass = '$userpass'";


Ta,

Ross

Reply via email to