Просмотр файла index.php

Размер файла: 827B
<?
Error_Reporting(E_ALL & ~E_NOTICE);
header("Content-type:text/vnd.wap.wml;charset=utf-8");
echo "<?xml version=\"1.0\" encoding=\"utf-8\"?>
<!DOCTYPE wml PUBLIC \"-//WAPFORUM//DTD WML 1.2//EN\" \"http://www.wapforum.org/DTD/wml12.dtd\">
<wml>
<head>
<meta http-equiv=\"Cache-Control\" content=\"no-cache\" forua=\"true\"/>
</head>";
echo "<card id=\"index\" title=\"Skaner\">";
echo "<p align=\"center\">";
echo "Адрес c http://<br/>";
echo "<input name=\"adress\" emptyok=\"false\"/><br/>";
echo "<anchor>Смотреть<go href=\"skan.php\" method=\"post\">";
echo "<postfield name=\"adress\" value=\"$(adress)\"/>";
echo "</go></anchor><br/>";echo "-------<br/>";
echo "<a href=\"http://uns.org.ru\">UnS.OrG.Ru</a><br/>"; echo "-------<br/>"; echo "by Dimmosij</a>";
echo "</p></card></wml>";
?>