$db = new PDO('mysql:host=localhost;dbname=mydb;', 'username', 'password'); $q="select my query"; $db->query($q);
Recent Comments