help mysql PHP

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Lonewolf
Forum Commoner
Posts: 33
Joined: Tue May 06, 2003 9:36 pm

help mysql PHP

Post 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";
?>
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

User avatar
skylavelle
Forum Newbie
Posts: 18
Joined: Sun May 04, 2003 11:33 pm
Location: Brisbane, Australia

Post by skylavelle »

Post Reply