| 
<!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>
 
 |