View Single Post
Old 11-06-2007, 02:04 AM   #4 (permalink)
/\/\ongoose
The Wanderer
 
Join Date: Nov 2007
Posts: 22
Thanks: 0
/\/\ongoose is on a distinguished road
Default

I changed the code to:


$recordset = mysql_query('SELECT id, date, title, description FROM news WHERE id = '.$_GET['id'].'LIMIT 1') or die(mysql_error());

It still throws back the same error?
/\/\ongoose is offline  
Reply With Quote