This series of articles demonstrates how to accept payments online using PHP and Authorize.Net. This is a practical tutorial as it uses real world scenarios and production ready code so readers can build safer and easier to maintain ecommerce websites. Source code is made available for download as well. Continue reading
Tag Archives: PHP
Tutorial: Integrate the Authorize.Net CIM API with PHP
Just like Authorize.Net’s Advanced Integration Method (AIM) API and Automated Recurring Billing (ARB) APIs, working with their Customer Information Manager (CIM) API isn’t difficult if you have suitable code to work with. The sample code offered by Authorize.Net will demonstrate … Continue reading
Tutorial: Integrate the Authorize.Net ARB API with PHP
Just like Authorize.Net’s Advanced Integration Method (AIM) API and Customer Information Manager (CIM) API, working with their Automated Recurring Billing (ARB) API isn’t difficult if you have suitable code to work with. The sample code offered by Authorize.Net will demonstrate … Continue reading
Handling Authorize.Net Silent Post with PHP
Handling Authorize.Net Silent Post submissions with PHP, or any language for that matter, is easy. It’s really no different then receiving a form submission. You just need to know to expect. I took care of that in my All About … Continue reading
Cropping An Image with PHP and the GD Library
Cropping an image with PHP shouldn’t terribly difficult to do and yet when I attempted to do so several months back I was amazed at how little useful documentation PHP offered. Upon Googling the topic I was further amazed but … Continue reading