View Single Post
Old 07-29-2004, 05:01 PM   #2 (permalink)
nak-1
 
True Techie

Join Date: Apr 2004

Posts: 168

nak-1

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