PHP Classes

File: chatDisplay.php

Recommend this page to a friend!
  Classes of Krish Nimishakavi   Chat   chatDisplay.php   Download  
File: chatDisplay.php
Role: Example script
Content type: text/plain
Description: This is for senging messages to chatters
Class: Chat
File based chatting
Author: By
Last change:
Date: 20 years ago
Size: 163 bytes
 

Contents

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