Skip to content
Advertisement

How to connet to my database with pdo in php

I want to get all data from my database table ‘user_info’ with PDO in PHP. My username is ‘root’ and the database is name ‘meta’.

How to connect to it with PDO with PHP.

Advertisement

Answer

Try this:

JavaScript
User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement