Cita:
Iniciado por pateketrueke
bueno, muestra este script.. es el único que falta...
![Serio](http://static.forosdelweb.com/fdwtheme/images/smilies/molesto.png)
Para que no digaís que no pongo codigo.
connetions/webindagar.php
Código:
<?php
# FileName="Connection_php_mysql.htm"
# Type="MYSQL"
# HTTP="true"
$hostname_webindagar = "localhost";
$database_webindagar = "webindagar";
$username_webindagar = "root";
$password_webindagar = "458";
$webindagar = mysql_pconnect($hostname_webindagar, $username_webindagar, $password_webindagar) or trigger_error(mysql_error(),E_USER_ERROR);
?>
De todas formas si revisaís mi ultima respuesta vereís que no incluyo ningun enlace a otros scripts salvo al de Seguridad.php y sigue dando el error:
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at C:\AppServ\www\webIndagar\Catalogo.php:1) in C:\AppServ\www\webIndagar\Seguridad.php on line 2
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\AppServ\www\webIndagar\Catalogo.php:1) in C:\AppServ\www\webIndagar\Seguridad.php on line 2
Belcebu6001
Otra cosa, estoy pensando si no sera problema de php.ini.
Belcebu6001
gracias a todos ya lo he solucionado. El fichero Catalogo.php que tenía algo mal. He creado de nuevo el archivo con su codigo y funciona correctamente.
Belcebu6001