View Single Post
Old 31-05-2007, 06:32   #7 (permalink)
LazyMoon
Registered
 
LazyMoon's Avatar
 
Join Date: Sep 2006
Location: Adelaide, Australia
Posts: 12
Also, just in case. You wrote:
Code:
include ('dbconnect.html');
But you referred to it as dbconnect.php.

If you have two files then your script may be referring to an old version of the file which may use a different database or table.
  Reply With Quote