hi actuly i m new to PHP i want to display entries from a MS Access database with PHP. is it possible to connect acess database? please send me a complete example.
thanx
Yes you can, you have two methods DSN-less (for direct access to a .mdb file) and defining a DSN in your PC (Access driver required).
You can find examples in
http://php.weblogs.com/
Regards
Pepe Peinado