PHP Classes

File: lib/connection.php

Recommend this page to a friend!
  Classes of Fred Morgan   Docusend PHP   lib/connection.php   Download  
File: lib/connection.php
Role: Configuration script
Content type: text/plain
Description: Configuration script
Class: Docusend PHP
Send printed document files via US Postal Service
Author: By
Last change:
Date: 5 years ago
Size: 129 bytes
 

Contents

Class file image Download
<?php
$testServer
= "http://sandbox.docusend.biz/incoming/api";
$UserEmail = "anyuser@gmail.com";
$UserPassword = "1w3s4azx";
?>