Could someone please point me in the right direction, I have developed a basic directory that has a search facility. I would like to know how to log the text that gets submitted so I know what is being searched.
Any help much appreciated
Peter
Create a database table (call it something like Search) and do the following when someone executes a search...
Sorry for the high-level overview, but you didn't provide a lot of specifics.