Login   Register  
PHP Classes
elePHPant
Icontem

File: chatMsg.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  >  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: 2003-05-12 19:49
Size: 119 bytes
 

Contents

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