View Single Post
Old 07-29-2004, 04:01 PM   #2 (permalink)
nak-1
True Techie
 
Join Date: Apr 2004
Posts: 168
Default

Remove the comma from the line:

$result = mysql_query("SELECT , Message FROM LatestNews");

so it reads:

$result = mysql_query("SELECT Message FROM LatestNews");
__________________
--------------------

Nak

Is it just me, or does something smell suspicious about all this?
nak-1 is offline   Reply With Quote