Login   Register  
PHP Classes
elePHPant
Icontem

File: showRooms.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  >  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: 2003-05-12 19:56
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>