PHP Classes

File: example.php

Recommend this page to a friend!
  Classes of Petr Rezac   Simple chat   example.php   Download  
File: example.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Simple chat
Simple Web and MySQL based chat system
Author: By
Last change:
Date: 13 years ago
Size: 141 bytes
 

Contents

Class file image Download
<html>
<head>
</head>
<body>
<?php
require_once "class.Chat.php";
$chat = new Chat();
$chat->createChat("");
?>
</body>
</html>