View Single Post
  #4 (permalink)  
Old 22-07-2008, 05:02 PM
Lawrence Lawrence is offline
Forum Admin
 
Join Date: Aug 2007
Location: Kenley, Surrey, UK
Posts: 1,218
Thanks: 2
Thanked 79 Times in 79 Posts
Default

Hi celticshaman.

The problem seems to be with $dbc, it's content isn't being recognised as a valid resource. The source of the problem is probably the line that defines it, it will look something like this.

PHP Code:
$dbc mysql_connect('localhost''mysql_user''mysql_password'); 
Double check your MySQL details, you'll probably find one of them is wrong.
__________________
Lawrence
Reply With Quote