Ver Mensaje Individual
  #1 (permalink)  
Antiguo 31/03/2011, 22:50
LordRadium
 
Fecha de Ingreso: marzo-2010
Mensajes: 140
Antigüedad: 14 años, 1 mes
Puntos: 0
error al correr aplicacion wap

Hola amigos mi problema es el siguiente estoy haciendo una aplicacion wap usando xhtml mp el script funciona pero cuando lo veo en un telefono en el index en la parte de abajo aparece en rojo el siguiente mensaje:

Error encountered during XML parse: unexpected end of file

Código PHP:
<?xml version="1.0"?>
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<body>
<img src="image.jpg" alt="Smile" height="159" width="160" /><br/>
<h1>hola</h1>



<?php
$alert 
$_GET['alert'];
if(
$alert == 'false'){
    
$alerta "Los datos ingresados no coinciden con ningun registro del sistema";
}
?>


    <form method="post" action="validar.php">
      <p>
        Username:<br/>
        <input type="text" name="login"/><br/>

        Password:<br/>
        <input type="pass" name="pass"/><br/>

<input type="submit" value="Enviar"/> 
 </p>
    </form>
</body>
<html>
Por favor necesito ayuda para resolver este problema.

y otra duda cuando veo la pagina wap en mi telefono tarda en actualizar como puedo hacer para que actualize rapido??

saludos........