Login   Register  
PHP Classes
elePHPant
Icontem

File: test.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2008-09-16 07:47
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')

?>