Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PHP Search function with Access DB

Status
Not open for further replies.

bigcat48

Programmer
Aug 27, 2008
72
US
All - I want to create a search function reading the Access db.

Can anyone help with this?
 
i suspect you would be better off looking in the access forum.
 
Several steps to take:


1. Create a form to take search terms.
2. Using PHP connect to Access database, and perform search.
3. retrieve search results and display.

Creating the form should be simple.

For the connection you'll need to know how to connect to your access DB and how to pass queries to it. Using ODBC is the usual method.

Here are some an examples:

PHP.net's online reference for ODBC:







----------------------------------
Ignorance is not necessarily Bliss, case in point:
Unknown has caused an Unknown Error on Unknown and must be shutdown to prevent damage to Unknown.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top