View Single Post
  #2  
Old 09-06-2009, 03:27 PM
BMR777 BMR777 is offline
Member
 
Join Date: Jan 2011
Posts: 1,122
Gender: Male
Credits: 17,373
BMR777 is on a distinguished road
Default RE: Single error when loading the page.

I think it should be like:

PHP Code:
$conn mysql_connect('mysql12.000webhost.com''a2164949_Squid''*Censored*') or die ('Error connecting to MySQL');
    
mysql_select_db('a2164949_Squid'); 
You need ' marks around the data. :)

Hope it helps,
Brandon
Reply With Quote