PHP Classes

Packages of Blaine Simpson

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Blaine Simpson (2)  >  Mission progress status  >  Reputation  
Picture of Blaine Simpson
Name: Blaine Simpson <contact>
Classes: 2
Country: United States United States
Age: 60
All time rank: 776106 in United States United States
Week rank: 195 Up19 in United States United States Up
All time users: 4002
Week users: 0
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image AIM  
Submit Authorize.net credit card charges
This class can be used to submit credit card charges to the Authorize.net payments gateway using the AIM Web services API.

This is a PHP port written from scratch of the Java class com.admc.lm.AIM .

The class provides functions for setting the payment details like the customer name, address, phone number, shipping address, charge amount, credit card number and expiry date.

The class can submit the credit card charge and parse the transaction results.

The class operation details can be configured in a separate PHP script that initializes several class variables.

  Files folder image CSV Tokenizer  
Parse CSV files tokening data lines
This class can be used to parse CSV files (Comma-Separated-Value used by Excel and other spreadsheet programs.

It works by splitting the data of CSV lines into tokens in a similar way to the PHP strtok function, but all delimiters are significant, i.e. consecutive delimiters are not globbed into one, and empty string tokens are permitted.


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z