Renato Golin schreef:
[EMAIL PROTECTED] wrote:
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'";
This way you'll have an ambigu
[EMAIL PROTECTED] wrote:
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'";
This way you'll have an ambiguous error as username a
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