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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MS Access / PHP Authentication (validation)

Status
Not open for further replies.

rbvcbr

IS-IT--Management
Mar 4, 2007
58
US
I am looking for MS Access 2000 / PHP authentication (ODBC) tutorial, for user login name with password to access certain pages. Can you please give me the link or code.
Thanks.

 
these are two distinct things. login scripts are ten a penny. then you need to learn how to use odbc calls rather than native mysql or filesystem calls. the concepts are all the same.

for the access element (ie jet) take a look at this FAQ faq434-829

For the login, there are hundreds if not thousands on the net. go for one that's recent and so avoids the security loop-holes.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top