Page 1 of 1

help mysql PHP

Posted: Wed May 07, 2003 6:41 pm
by Lonewolf
how do i get it to print the info from the table. and dont worry i got my info in there, Any one got a idea?


<?PHP

$dbconn = mysql_connect("localhost", "", "");
$result = mysql_select_db("darknephthys", $dbconn);
$query = "SELECT * FROM ss_users
WHERE memb_username='$memb_username ' AND memb_first='$memb_first'";
echo "$memb_username";
?>

Posted: Wed May 07, 2003 8:32 pm
by m3mn0n

Posted: Wed May 07, 2003 9:12 pm
by skylavelle