I'm doing an online course on PHP with PDO and I'm having trouble right away in the first class, with the code:
<?php
$pdo = new PDO('mysql:host = localhost, dbname = curso_php_oop', 'root', ''); //instanciando a classe do PDO, iniciando c...
asked by
06.03.2017 / 17:38