ÿþ<?php // send wml headers header("Content-type: text/vnd.wap.wml"); // set the correct MIME type header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); // expires in the past header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); // Last modified, right now header("Cache-Control: no-cache, must-revalidate"); // Prevent caching, HTTP/1.1 header("Pragma: no-cache"); // Prevent caching, HTTP/1.0 echo("<?xml version=\"1.0\"?>"); ?> <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml"> <wml> <card title="Wap.CellGrab.com" newcontext="true"> <?php include '../config.php'; echo("<p>Download your file<br/></p>"); ?> <p> Enter Your Files ID Number: <input type="text" name="idnum" format="6N"/> <br/> <anchor title="Get file"> Get file <go href="download.php" method="post"> <postfield name="idnum" value="$idnum"/> </go> </anchor> <br/> </p> </card> </wml>