Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.55K
~152 People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for dhrider

Really depends what you're looking to do, but this is generally how it works. I would check out [URL="http://www.siteground.com/tutorials/php-mysql/display_table_data.htm"]http://www.siteground.com/tutorials/php-mysql/display_table_data.htm[/URL] [CODE]<?php #Alter these variables as needed $dbhost = 'localhost'; $dbuser = 'root'; $dbpass = 'password'; #Connect $conn = mysql_connect($dbhost, $dbuser, $dbpass) or die ('Error connecting to mysql'); #Change databasename mysql_select_db("databasename", $conn); …

Member Avatar for diafol
0
152

The End.