[SOLVED] Problem concerning searching - NEED HELP
Posted: Sat Jan 24, 2004 2:46 pm
When you enter words in a search engine (ex. google) each one of them is checked separately, and all of them toogether.
What I want to know is>
1) If someone writes 3 words (for ex. Computer Hardware Periphetals) in a textfield and submits the form - what is the code in php - so those 3 words can be checked against the database separately - each as different variable
2) If I have two text fields like
enter keywords:___________________
enter location:_____________________
in a form, whats the code in PHP to process them both, but as separate values (or variables-whatever the name is), and to implement the above problem solution, if possible
For those who decide to work on this problem, Thanks Ahead

What I want to know is>
1) If someone writes 3 words (for ex. Computer Hardware Periphetals) in a textfield and submits the form - what is the code in php - so those 3 words can be checked against the database separately - each as different variable
2) If I have two text fields like
enter keywords:___________________
enter location:_____________________
in a form, whats the code in PHP to process them both, but as separate values (or variables-whatever the name is), and to implement the above problem solution, if possible
For those who decide to work on this problem, Thanks Ahead