File size: 1.05Kb
<?php header("Content-type: text/vnd.wap.wml"); echo "<?xml version=\"1.0\"?>"; echo "<!DOCTYPE wml PUBLIC \"//WAPFORUM//DTD WML 1.1//EN\" \"http://www.wapforum.org/DTD/wml_1.1.xml\">"; echo "<wml>\n";
$sid = $_GET["sid"];
echo "<card title=\"The Chatroom\">\n"; echo "<p align=\"left\">"; echo "<small>"; echo "<b>Chatroom</b><br/><br/>"; echo "The chatroom is one of the few places where you can meet friends, have some fun and games, maybe pick up a date or 2, and lots more<br/><br/>If you are having trouble finding the chatrooms, heres what to do: click on Home at the bottom of this page, then on the Forum main, right your Inbox, is a link named Chatroom<br/><br/>Click on that link, then select your chatroom, and let the fun begin!<br/>"; echo "</small>"; echo "</p>"; echo "<p align=\"center\">"; echo "<small>"; echo "<a href=\"/wml/help.php?sid=$sid\">Help Menu</a><br/>"; echo "<a href=\"/wml/index.php?action=main&sid=$sid\"><img src=\"/images/home.gif\" alt=\"*\"/>"; echo "Home</a>"; echo "</small>"; echo "</p>"; echo "</card>\n"; echo "</wml>\n"; ?>