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