PHP Classes

File: test.XMethod.php

Recommend this page to a friend!
  Classes of Niels Scheffers   XMethod   test.XMethod.php   Download  
File: test.XMethod.php
Role: Unit test script
Content type: text/plain
Description: Testing script to call the class
Class: XMethod
Converts GET -> POST and vice versa.
Author: By
Last change:
Date: 21 years ago
Size: 86 bytes
 

Contents

Class file image Download
<?php
   
include("class.XMethod.php");
   
   
$my = new XMethod;
   
$my->autoDetect();
?>