Ver Mensaje Individual
  #2 (permalink)  
Antiguo 25/02/2009, 12:18
luisalf
 
Fecha de Ingreso: febrero-2009
Mensajes: 7
Antigüedad: 15 años, 2 meses
Puntos: 0
Respuesta: help ayuda con un sistema de inventario error

<?php
# FileName="Connection_php_mysql.htm"
# Type="MYSQL"
# HTTP="true"
$hostname_activos = "localhost";
$database_activos = "efega065_activos";
$username_activos = "efega065_root";
$password_activos = "123";
$activos = mysql_pconnect($hostname_activos, $username_activos, $password_activos) or trigger_error(mysql_error(),E_USER_ERROR);
?>


ese es el conect de la base de datos !!!