Login   Register  
PHP Classes
elePHPant
Icontem

File: index.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Shahzad Name  >  PHP Class for Postal Methods  >  index.php  >  Download  
File: index.php
Role: Example script
Content type: text/plain
Description: The way you can run the class
Class: PHP Class for Postal Methods
Send postal mail using the PostalMethods API
Author: By
Last change:
Date: 2009-08-20 04:11
Size: 263 bytes
 

Contents

Class file image Download
<? 
include_once("class_postalmethod.php");

$postalmethods = new postal_methods();

$postalmethods->SendLetterAndAddressV2();

//$postalmethods->SendLetter();

//$postalmethods->GetLetterStatusV2('1067380');

//$postalmethods->GetPDF('1067380');

?>