Размер файла: 1.94Kb
<?
header("Content-type:text/vnd.wap.wml;charset=UTF-8");
include "./ini.php";
$query_users = @mysql_query("select * from `chat_users` where id='$id' and ci='$ci';");
$data = @mysql_fetch_array($query_users);
$posts = $data['posts'];
print "<?xml version=\"1.0\" encoding=\"UTF-8\"?>
<!DOCTYPE wml PUBLIC \"-//WAPFORUM//DTD WML 1.1//EN\" \"http://www.wapforum.org/DTD/wml12.dtd\">
<wml>
<card id=\"index\" title=\"Кости\"><p align=\"center\">";
if($posts<"50") {print "<small>У вас не достаточно постов! Нужно иметь минимум 50 постов !!!</small>";}
else {
print "<small>Кости: Игра на собственные посты</small><br/><small>*******</small><br/>
<small>Ваш кредит:<b>$posts</b></small><br/>
<small>Ваша ставка(от 1 до 999 постов)</small><br/><input name=\"stavka\" title=\"stavka\" maxlength=\"3\" format=\"*N\"/><br/>
<br/>
<small><anchor title=\"go\">Играем<go href=\"brosok.php?ci=$ci&id=$id&pass=$pass\" method=\"post\"><postfield name=\"stavka\" value=\"$(stavka)\"/>
</go></anchor></small>";}
print "<br/><small>*******</small><br/>
<small><a href=\"enter.php?ci=$ci&id=$id&pass=$pass\">Прихожая</a></small><br/>
</p></card></wml>";
@mysql_close();
ob_end_flush();
?>