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>
y otra duda cuando veo la pagina wap en mi telefono tarda en actualizar como puedo hacer para que actualize rapido??
saludos........