Ver Mensaje Individual
  #13 (permalink)  
Antiguo 10/03/2009, 18:28
luis_alf
 
Fecha de Ingreso: marzo-2009
Mensajes: 15
Antigüedad: 15 años, 1 mes
Puntos: 0
Respuesta: Sistema de Inventario PHP (Completo)

ok amigo veamos si me pueden ayudar se los agradeceria

asi esta config

<?php
# FileName="Connection_php_mysql.htm"
# Type="MYSQL"
# HTTP="true"
$hostname_activos = "localhost";
$database_activos = "efega065_activos"; asi se llama la bd en el servidor
$username_activos = "efega065_root"; ususario de bd
$password_activos = "123"; clave bd
$activos = mysql_pconnect($hostname_activos, $username_activos, $password_activos) or trigger_error(mysql_error(),E_USER_ERROR);
?>


este es el error

Warning: mysql_pconnect() has been disabled for security reasons in /home/efega065/public_html/prueba/Activos2/Connections/activos.php on line 9

Fatal error: in /home/efega065/public_html/prueba/Activos2/Connections/activos.php on line 9



lo estoy intentando montar en mi hosting