Hey guys,
Just a quick question. I'm coding something in PHP, and want to look up a certain value in a database. Below is the query:
$lookuppass = mysql_query("select pass from auth where name = '$name'");
and, I want $lookuppass to be the value that is queried.. what is the code for this?
Thanks in advance.
Just a quick question. I'm coding something in PHP, and want to look up a certain value in a database. Below is the query:
$lookuppass = mysql_query("select pass from auth where name = '$name'");
and, I want $lookuppass to be the value that is queried.. what is the code for this?
Thanks in advance.