help mysql PHP
Posted: Wed May 07, 2003 6:41 pm
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";
?>
<?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";
?>