<?php
list($msec,$sec)=explode(chr(32),microtime());
$HeadTime=$sec+$msec;
header('Cache-Control:no -cache,no-store,must-revalidate');
header('Pragma:no -cache');
header('Content-type:text/vnd.wap.wml;charset=utf-8');
ob_start();
echo'<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.3//EN" "http://www.wapforum.org/DTD/wml13.dtd">
<wml><head><meta http-equiv="Cache-Control" content="no-cache,no-store,must-revalidate" forua="true"/></head>
<card id="index" title="TITLE">
<p align="center">
Тест.<br/>';
list($msec,$sec)=explode(chr(32),microtime());
echo'['.round(($sec+$msec)-$HeadTime,4).']
</p></card></wml>';
ob_end_flush();
exit;
?>
Изменил: POISON (24.12.2009 / 23:35)