PHP Classes

File: showRooms.php

Recommend this page to a friend!
  Classes of Krish Nimishakavi   Chat   showRooms.php   Download  
File: showRooms.php
Role: Example script
Content type: text/plain
Description: This example code for displaying the chat rooms
Class: Chat
File based chatting
Author: By
Last change:
Date: 20 years ago
Size: 168 bytes
 

Contents

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