|
Posted by Mike Willbanks on 11/25/05 03:45
> Also, how should I save the search query? The users will be searching with
> any number of search terms, way too many to do use GET variables. I don't
> want to create a hidden form with each search term as hidden inputs (for
> one, that's kind of lame). I was thinking of saving the search query to the
> database, I guess I could implode the POST array into a string and then save
> it in the db.
What you would probably want to do is store the information in a
serialized array in a file and limit it down from there. However this
is a massively intense data operation. You might want to think about
simply doing a select per each page.
Mike
Navigation:
[Reply to this message]
|