Forum Moderators: coopster

Message Too Old, No Replies

sending data from form to db and url

         

oxidetones

6:39 pm on Aug 23, 2007 (gmt 0)

10+ Year Member



hey folks,

I have a single field form on my page for searching. right now the search term is sent to the url of the following page with GET, and in a variable is then processed by an sql query to return results.

What I would like to do is create a cloud of search terms using my mysql db. Is there a simple way of getting the search term entered into the DB as well as sent to the url of the following page?

thanks, Adam

oxidetones

11:01 pm on Aug 23, 2007 (gmt 0)

10+ Year Member



never mind, I found a different way to solve my question :)