here's how to do it in PHP and MySQL

December 8, 2005 by Aron K
here's how to do it in PHP and MySQL http://uswebpro.tempwebpage.com/dmxtutorials/34-setupSearchPage.htm

Results page

December 11, 2005 by Carl Grint
Have you managed to sort this yet..?
v It might simply be that you have missed typed the name of the form field you are supplying the data by to check against the database.

Also, if you use either GET or POST as the Form type, you might be using the wrong Request.Form or Request.Querystring...so no data is found.

Change Request.Querystring or Request.Form in your Recordset on the results page, to Request and it will look for both.

If you are still having problems come back and I am sure one of use can help you sort it, or if you would like, use my contact form on cgw3.co.uk and I would be more then happy to take a look at your code to see if we can fix ti.