I have the following structure.
global.php
<?php
define("DB_HOST","localhost");
define("DB_NAME", "prueba");
define("DB_USERNAME", "root");
define("DB_PASSWORD", "");
define("DB_ENCODE","utf8");
?>
conexion.php
<?php
require...
asked by
30.01.2018 / 14:32