26/05/2011, 09:05
|
| | | Fecha de Ingreso: mayo-2011
Mensajes: 92
Antigüedad: 13 años, 6 meses Puntos: 19 | |
Respuesta: Warning: Cannot modify header information - headers already sent by (outpu
Código PHP:
Ver original<html> <body> <link rel="shortcut icon" href="benq.ico"> <?php if(stristr($_SERVER["HTTP_ACCEPT"],"text/vnd.wap.wml")){ $url = "bb2010/bb.php"; }else{ $url = "index_web.php"; } ?> </body> </html>
|