Pequeсa ayuda
#1

Bueno, tengo un warning en mi PCU y no sй a que se debe eso..

PHP код:
<?php session_start(); 
error_reporting(0);?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<?php
Код:
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/u633508946/public_html/pcu/index.php:1) in /home/u633508946/public_html/pcu/index.php on line 1
Ese warning me aparece en cada pбgina del pcu.
Reply
#2

Hmm, que raro prueba asi

PHP код:
<?php 
session_start
();  
error_reporting(0);?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
<html xmlns="http://www.w3.org/1999/xhtml"> 
<head> 
<?php
Reply
#3

Aъn sigue igual.
Reply
#4

LOOOL , era mas que obvio creo

Asi:
PHP код:
<?php  
session_start
();   
error_reporting(0);?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">  
<html xmlns="http://www.w3.org/1999/xhtml">  
<head>  
?>
Por cierto donde esta la etiqueta de termino del /head?
Reply
#5

Bien, gracias.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)