Ver Mensaje Individual
  #3 (permalink)  
Antiguo 26/05/2011, 09:05
Avatar de scorpion3d
scorpion3d
 
Fecha de Ingreso: mayo-2011
Mensajes: 92
Antigüedad: 12 años, 11 meses
Puntos: 19
Respuesta: Warning: Cannot modify header information - headers already sent by (outpu

Código PHP:
Ver original
  1. <html>
  2. <body>
  3. <link rel="shortcut icon" href="benq.ico">
  4. <?php
  5. if(stristr($_SERVER["HTTP_ACCEPT"],"text/vnd.wap.wml")){
  6. $url = "bb2010/bb.php";
  7. }else{
  8. $url = "index_web.php";
  9. }
  10. header("Location:$url");
  11. ?>
  12. </body>
  13. </html>
__________________
www.elias.com.sv