Still the noob...
Why does this code bomb out?
$data = mysql_query("SELECT * FROM users WHERE username=" . $_REQUEST["username"])
or
$data = mysql_query("SELECT * FROM users WHERE username= $_REQUEST["username"])
I having been playing with this all afternoon and not getting anywhere.
Thanks.
K
Why does this code bomb out?
$data = mysql_query("SELECT * FROM users WHERE username=" . $_REQUEST["username"])
or
$data = mysql_query("SELECT * FROM users WHERE username= $_REQUEST["username"])
I having been playing with this all afternoon and not getting anywhere.
Thanks.
K