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";
?>
help mysql PHP
Moderator: General Moderators
- skylavelle
- Forum Newbie
- Posts: 18
- Joined: Sun May 04, 2003 11:33 pm
- Location: Brisbane, Australia
check out http://www.hotscripts.com