PHP Classes

File: index.php

Recommend this page to a friend!
  Classes of Dimas Pante   Assinatura PagSeguro   index.php   Download  
File: index.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Assinatura PagSeguro
Create payment subscriptions with PagSeguro
Author: By
Last change:
Date: 6 years ago
Size: 86 bytes
 

Contents

Class file image Download
<?php
require 'class.pagseguro.php';

$assina = new pagSeguro();
echo
$assina->pay();