Re: Re: Fwd: Re: [PHP-DB] search error
by Chris Smith other posts by this author
Nov 24 2006 6:52PM messages near this date
Fwd: Re: Fwd: Re: [PHP-DB] search error
|
[PHP-DB] Moving phpNuke to phpBB
> ----------------------------------------------
> $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
Thread:
Asif Qureshi
Chris Smith
|