Login   Register  
PHP Classes
elePHPant
Icontem

File: showUsers.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Krish Nimishakavi  >  Chat  >  showUsers.php  >  Download  
File: showUsers.php
Role: Example script
Content type: text/plain
Description: This example for listingout the chatters list
Class: Chat
File based chatting
Author: By
Last change:
Date: 2003-05-12 20:04
Size: 162 bytes
 

Contents

Class file image Download
<html>
<META http-equiv="Refresh" content='60'>
<body bgcolor='#002266'>
<?php
     
require './chat.php';
     
$_SESSION['chat']->showUsers();
?>
</body>
</html>