Posts by Bruno Lazarine • 21 points
1 post
-
2
votes0
answers375
viewsQ: Connection to external database
I created a database on 000webhost and created a PDO connection to access it from my localhost in vertrigo <?php //CONSTANTES define('HOST', 'databases.000webhost.com'); define('USUARIO',…