View Single Post
  #3 (permalink)  
Old 12-09-04
andy_jacko's Avatar
andy_jacko andy_jacko is offline
curiouser and curiouser
 
Join Date: Sep 2003
Location: uk
Posts: 654
Thanks: 0
Thanked 0 Times in 0 Posts
andy_jacko is an unknown quantity at this point
cheers for that,

im ashamed to admit it but i use dreamweaver (im currently learning php (im on lesson 4 of sams teach yourself) but i can do so minor editing.

I currently have:

"" mysql_select_db($database_sendto, $sendto);
$query_Recordset1 = sprintf("SELECT * FROM sendto WHERE description LIKE '%%%s%%'", $colname_Recordset1);
...................""

the ........ is query limits etc.

how would i edit this to use full text search (which is on the column description).

Kind regards andy
Reply With Quote