How to read and write into a MS Access database with PHP.
I need just general explanation and code. I have experience with PHP and MySQL, but never writing to an Access database.
How to read and write into a MS Access database with PHP.
I need just general explanation and code. I have experience with PHP and MySQL, but never writing to an Access database.
You probably need to use ODBC. Some helpful information may be found on PHP manual or this article with examples.