View Single Post
  #4  
Old 23rd August 2009, 22:47
Strikey's Avatar
Strikey Strikey is offline
Senior Member
 
Join Date: Jan 2009
United Kingdom
Posts: 57
Default
where you see this

Code:
$mysql_host = "localhost";
$mysql_user = "root";
$mysql_pass = "localhost";
$mysql_db = "localhost";
You need to enter your database details
Reply With Quote