Advertisement

08.17.2007 at 01:07AM PDT, ID: 22769152
[x]
Attachment Details

PHP MySQL text search problem

Asked by oliverroberts in MySQL Server, PHP and Databases, WebApplications

Tags: , , ,

Hi,

I need help with searching a MySQL database with PHP.

I have tried 2 methods to search various tables in the database:

---------------------------------------------------------------------------------------------------------------
$guideline_query = "SELECT * FROM guidelines WHERE question LIKE '%$search%' OR text LIKE '%$search%' ";  
 $query_result = mysql_query($guideline_query) or die(mysql_error());  

$calendar_query = "SELECT * from calendar_entries WHERE MATCH(entry_title, entry_description, entry_location) AGAINST('$search')";  
$calendar_result = mysql_query($calendar_query)
or die(mysql_error());

---------------------------------------------------------------------------------------------------------------

The problem is it doesn't always seem to search properly, sometimes it matches text from the tables with the search word yet the majority of the time it does not.

The version of PHP that is running on the server is:
PHP Version 4.1.2

ThanksStart Free Trial
[+][-]08.17.2007 at 01:14AM PDT, ID: 19715257

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08.17.2007 at 01:16AM PDT, ID: 19715259

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08.17.2007 at 10:00AM PDT, ID: 19718435

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08.17.2007 at 10:38AM PDT, ID: 19718752

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: MySQL Server, PHP and Databases, WebApplications
Tags: mysql, text, php, search
Sign Up Now!
Solution Provided By: rockmansattic
Participating Experts: 3
Solution Grade: A
 
 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_1_20070628