----------------------------------------------
$query1 = "SELECT distinct link_id, url, title, description,  $fulltxt, size
FROM ".$mysql_table_prefix."links WHERE link_id in ($inlist)";
  $result = mysql_query($query1);
  echo mysql_error();

and what does $fulltxt contain when you get the error?

I suspect you have a problem with the quotes in that string.

--
Postgresql & php tutorials
http://www.designmagick.com/

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to