Jump to content

FULLEXT search


witt

Recommended Posts

[!--quoteo(post=382546:date=Jun 11 2006, 11:37 AM:name=zirgs)--][div class=\'quotetop\']QUOTE(zirgs @ Jun 11 2006, 11:37 AM) [snapback]382546[/snapback][/div][div class=\'quotemain\'][!--quotec--]
change
[code]
echo $row[0];
[/code]
to this one
[code]
echo $row['0'];
[/code]
but i think that you cant echo non existing row?
[/quote]

It's MYSQL_NUM not MYSQL_ASSOC so [0] is correct.
Link to comment
https://forums.phpfreaks.com/topic/11720-fullext-search/#findComment-44316
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.