Hello all !
Why is it, that this query won't work ?
MySQL created it for php, I just added the variables...
$sql = 'SELECT count( * ) '
. ' FROM users'
. ' WHERE name = "$name" AND pass = "$password"';
it should return 1
tia, this is bugging me !
--------------------------------------
"Hacker by Heart"
saenzcorp@hotpop.com
Why is it, that this query won't work ?
MySQL created it for php, I just added the variables...
$sql = 'SELECT count( * ) '
. ' FROM users'
. ' WHERE name = "$name" AND pass = "$password"';
it should return 1
tia, this is bugging me !
--------------------------------------
"Hacker by Heart"
saenzcorp@hotpop.com