Warning: Cannot add header information - headers already sent by (output started at c:\appserv\www\webon nuke v 1.9\instalar\index.php:9) in c:\appserv\www\webon nuke v 1.9\htmlheader.php on line 25
 
El archivo htmlheader.php tiene esto:
 
<?php
function html_header_location($url) {
 $agent = (phpversion() > "4.1.0") ? $_SERVER[HTTP_USER_AGENT] : $HTTP_SERVER_VARS[HTTP_USER_AGENT];
 
 if (stristr($agent, 'msie'))
### esta es la linia 25  { Header("Refresh: 0;url=$url"); exit; }
 else
  { Header("Location: $url"); exit; }
 }
 
?>
 
Busco y Busco si hay algún error en el Código, pero yo veo todo bien, A que se podrá deber ese error ? mmm     
 
<p align="center"><a href="http://web-onear.org"><img border="0" src="http://web-onear.org/scripts/temporales/mundial.gif" width="358" height="99"></a></p>     
   
 
 
 
