View Single Post
  #10 (permalink)  
Old Aug 25th, 2006, 23:12
grahame grahame is offline
Reputable Member
Join Date: Jul 2005
Location: Melksham, Wilts, UK
Posts: 293
Thanks: 0
Thanked 0 Times in 0 Posts
Re: in need of a simple guest book

mysql_query($insert) or die("Could not insert comment);

should read

mysql_query($insert) or die("Could not insert comment");
Reply With Quote