PHP Classes

File: test.php3

Recommend this page to a friend!
  Classes of Carlos Falo Hervás   msgcat   test.php3   Download  
File: test.php3
Role: Example script
Content type: text/plain
Description: Demo script
Class: msgcat
Message Catalog System
Author: By
Last change:
Date: 23 years ago
Size: 294 bytes
 

Contents

Class file image Download
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<?php require("msgcat_class.php") ; ?>
<html>
  <head>
    <title>MSGCAT Test</title>
  </head>
  <body>
  <?php
  $msg
= new msgcat("en","./","1") ;
  echo
$msg->mc("WM") ;
 
$msg->destroy() ;
 
?>
</body>
</html>