I am having troubles when I try to carry over variables from a boolean search to the next page.
This is what I am doing. if I do a search in the database for ""united way""...that includes the double quotes...for a boolean search that will return records that contain united way as it was typed in the search.
Anyway, then I try to carry over that variable to the next page, and it doesn't work because it see's the " and escapes it out. Is there anyway around this?
Let me know, thanks.