]> code.citadel.org Git - citadel.git/blobdiff - ctdlphp/who.php
* Added a basic read loop ... currently only fetches message numbers
[citadel.git] / ctdlphp / who.php
index 019354a33252035e35c50dd4510c729ea1533e32..92d7ccb8dd5332f3d5d7d756eda9ca58d03d4c8f 100644 (file)
@@ -1,7 +1,11 @@
 <?PHP
+
        include "ctdlheader.php";
        bbs_page_header();
 
+       echo "This is an example of the use of ctdl_rwho() to display the " ;
+       echo "list of users currently logged in.<BR><BR>\n" ;
+
        echo "<TABLE border=1>";
        echo "<TR>";
        echo "<TD><B>User</B></TD>";
@@ -23,6 +27,7 @@
 
 ?>
 
+<BR>Sample links<BR>
 <a href="welcome.php">Page One</a><BR>
 <a href="page3.php">Page Three</a><BR>