I'm posting this Qu again as the last thread was a mess with more than one question going on.
Anyway, I've got WHERE MATCH () AGAINST () working😃 but now I need to add 3 variables from the previous page's form to the query.
I'm building a series of search pages that refine the query... and i assume using the form output from previous pages is the way to go ?!?
How do I reuse variables from a previous page's form ???
This is the SQL from the 2nd results page where i'm trying to include just 1 extra variable (to start with) from the previous page's form.
SELECT * FROM spa
WHERE MATCH Keywords AGAINST ('varRefine') AND spa.Region = '$_GET[$Region2]'
ORDER BY spa.Spa Name
I'm just grasping straws obviously:p How do you pass on variables to be reused on a new page???
thanks in advance for any help,
christL