File "conexion.php"
Full path: /home/dsvchile/public_html/equote/Cotizacion/conexion.php
File
size: 285 B
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor Back
<?php
$link = @mysql_connect($host,$user,$pass) or die("Ocurrió un error al intentar conectar. Verifica que estén correctamente los datos dentro de <strong>config.php</strong>.");
@mysql_select_db($db) or die("Error al seleccionar la base de datos. Posiblemente no existe.");
?>