Cheap Flights - Loans - Mobile Phones - Loans - Refinance

PDA

View Full Version : Capturing Search Terms in the Search Tool?


ProductivePC
Jun 2nd 2004, 2:36 am
How would I capture the search terms that people are using and store them into a database. I will only need an access database for this.

I would like to ultimately store them into a database and have them add up. Do if people have searched for gift baskets twice. I would like a 2 next to it.

I plan on displaying this information in some php page on the website.

Thanks for any help.


Wayne

digitalpoint
Jun 2nd 2004, 9:52 am
You could modify the code to log it, or you could do it with your web logs.

eCommando
Jun 2nd 2004, 11:13 am
Just capture the info from search field and insert it in the database.
Add if the same text appears.

ProductivePC
Jun 4th 2004, 5:49 pm
That is just it... I am not sure how to go about doing that... :D