$db = new PDO('mysql:host=localhost;dbname=mydb;', 'username', 'password'); $q="select my query"; $db->query($q);
Archivi mensili per Luglio, 2019
How to use PDO with PHP and MySQL
Crontab Tutorial
https://crontab.guru/
$db = new PDO('mysql:host=localhost;dbname=mydb;', 'username', 'password'); $q="select my query"; $db->query($q);
Recent Comments