Login   Register  
PHP Classes
elePHPant
Icontem

File: example.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Magnus Högfeldt  >  Post Danmark  >  example.php  >  Download  
File: example.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Post Danmark
Retrieve tracking information of PostDanmark
Author: By
Last change:
Date: 2009-10-27 03:10
Size: 160 bytes
 

Contents

Class file image Download
<?

    
require("postdanmark.class.php");

    
$postdanmark = new postdanmark;
    
    
$postdanmark->track("TS123456789DK");

    
print_r($postdanmark->result);

?>