I created a database on 000webhost and I created a connection with PDO to access it from my localhost on vertrigo
<?php
//CONSTANTES
define('HOST', 'databases.000webhost.com');
define('USUARIO', 'meuusuario');
define('SENHA', 'minhasenha');...
asked by
09.10.2017 / 05:47