PHP Classes

File: chat.php

Recommend this page to a friend!
  Classes of Harish Chauhan   Chat Class   chat.php   Download  
File: chat.php
Role: Example script
Content type: text/plain
Description: example
Class: Chat Class
Chat room management with talks stored in files
Author: By
Last change:
Date: 18 years ago
Size: 209 bytes
 

Contents

Class file image Download
<FRAMESET ROWS="*,60" BORDER=0 name='main'>
    <FRAME SRC="message.php?room=<?=$_REQUEST['room']?>" name="message" BORDER=0>
    <FRAME SRC="request.php?room=<?=$_REQUEST['room']?>" name="request">
</FRAMESET>