PHP Classes

File: chatMsg.php

Recommend this page to a friend!
  Classes of Krish Nimishakavi   Chat   chatMsg.php   Download  
File: chatMsg.php
Role: Example script
Content type: text/plain
Description: This displays the chat messages sent by the chatters
Class: Chat
File based chatting
Author: By
Last change:
Date: 20 years ago
Size: 119 bytes
 

Contents

Class file image Download
<html>
<body bgcolor='#002266'>
<?php
    
require './chat.php';
    
$_SESSION['chat']->chatMsg();
?>
</body>
</html>