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

Размер файла: 623B
<?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("headerwml.php");

echo "<wml>"; 
echo "<card id=\"WAPchat\" title=\"WAPchat\">";  
echo "<p>";            
echo "Enter nickname:";
echo "<input name=\"nickname\" type=\"text\" maxlength=\"7\"/>";   
echo "<br/><a title=\"Enter\" href=\"dispMess.php?nn=$(nickname)&amp;log=new\">Login</a><br/>";    
echo "</p>";
echo "</card>";
echo "</wml>";
?>