
<?php 
// ==============================================================
// PARAMETROS DE CONEXION
// --------------------------------------------------------------
define( "HOST", 	"localhost" );
define( "USER", 	"usuario" );
define( "PASS", 	"password" );
define( "NAME", 	"nombrebasedatos" );
define( "PORT", 	"3306" );
 ?>