PHP Classes

File: test.php

Recommend this page to a friend!
  Classes of Igor Herson Aquino de França   Helm 3.x XML API   test.php   Download  
File: test.php
Role: Example script
Content type: text/plain
Description: test for class
Class: Helm 3.x XML API
Manage hosting account with Helm control panel API
Author: By
Last change:
Date: 15 years ago
Size: 218 bytes
 

Contents

Class file image Download
<?php
require('helm.class.php');
$helm = new Helm('http://www.ergohost.com.br','RS27983','654NXSx4K6');
$helm->listAccounts();
//$helm->createAccount('Igor','Aquino','ihaf@ig.com.br','rua 1','52040-050','BR')

?>