PHP Classes

File: index.php

Recommend this page to a friend!
  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: 15 years ago
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');

?>