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

Размер файла: 730B
<?php
/*
* W@Pchat
* Current Version : 1.2
* Author : Harris Yusuf Arifin (earthweb.biz)
* License : free
* You you can redistribute it and/or modify this script but please always put author's name
*/


header("Content-type: text/vnd.wap.wml"); 
include("functionChat.php");
include("headerwml.php");
echo "<wml>";
echo "<card id=\"WAPchat\" title=\"WAPchat\">";   
echo "<p align=\"center\">";
echo "<strong>W@Pchat</strong><br/>";  
echo "<strong>EarthWeb.biz</strong><br/>";
echo "<i>By:Harris.ya</i><br/><br/>"; 
countUserOnline(&$CountUser);
echo "Online:".$CountUser."<br/>";
echo "<a title=\"Enter\" href=\"login.php\">Enter Chat</a><br/>\n";    
echo "</p>";
echo "</card>";  
echo "</wml>";   
?>