Quote:
Originally posted by MarkNewman
What's the easiest way to link an Access DB to a Website using PHP? I want to generate approx 5,000 dynamic Web pages using the content from the DB and also let my Website's users search the DB.
Can anyone point me towards some simple-to-follow code that I could adapt for my own use?
As you can probably tell, I am relatively new to this.
Thanks in advance.
|
Hey,
think a little more information is needed. Is everything you're trying to do windows based? If so, then the best way to go probably is to ODBC and create a DSN (probably system) pointing to your access database.
You can then use PHP's built in ODBC functions to do your data query/manipulation.
http://us3.php.net/manual/en/ref.odbc.php
http://php.weblogs.com/odbc <- try that... there are better ones i've seen, but at work and dont have much time to search... have fun.
another (better i think) link:
http://www.phpfreaks.com/tutorials/61/0.php