Home >Backend Development >PHP Tutorial >PHP uses PDO to connect to ACCESS database_PHP tutorial
1, refer to W3CSHOOL
http://www.w3cschool.cc/php/php-pdo.html
2, connect access
The code is as follows:
";<br> print_r($rs->fetchAll());<br> print "";
The above is a simple and practical method to connect to the ACCESS database using PDO pdo method. I hope you will like it.