Hi, How can I make a search field on my website for visiters to search my MySQL database? I also want the search results to be outputed through a visiters browser with my web sites look, like a templet based output?
Demaestro
4:55 pm on Mar 2, 2006 (gmt 0)
First you will need a connection object that can connect to the database from the server.
The connection object will allow you to query the database and have record sets returned to you.
Do you have this yet? If not that is where you want to start. I can help with the next step as well.