0
Hello 👋🤗 I need to help,I want to create local database in php.
How i can create connection with mysql DB
1 Réponse
+ 8
You can use PDO to create connection.
Here's an example:
https://code.sololearn.com/wcg3s8AWuxfP/?ref=app
How i can create connection with mysql DB