11-06-2007, 02:04 AM
|
#4 (permalink)
|
|
The Wanderer
Join Date: Nov 2007
Posts: 22
Thanks: 0
|
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?
|
|
|
|