PHP Classes

File: showUsers.php

Recommend this page to a friend!
  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: 20 years ago
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>