Ver Mensaje Individual
  #17 (permalink)  
Antiguo 17/06/2010, 07:04
Belcebu6001
 
Fecha de Ingreso: marzo-2010
Mensajes: 13
Antigüedad: 14 años, 1 mes
Puntos: 0
Cita:
Iniciado por pateketrueke Ver Mensaje
bueno, muestra este script.. es el único que falta...
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

Última edición por GatorV; 17/06/2010 a las 09:46