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
Category Archives: Programming
Integrate The Authorize.Net AIM API with Python 3
Judging by the popularity of my previous blog post Tutorial: Integrating the Authorize.Net AIM API with PHP as well as the articles I’ve written about Authorize.Net’s APIs on my merchant account information website I figured taking the opportunity to expand … Continue reading
PHP mail() Headers Are Displayed In Email Body
Here’s a little gotcha that may rear its head one day and hopefully this will help prevent you from going nuts over such a little problem. If you are using PHP to send email from your web application and are … Continue reading
Tutorial: Integrating the Authorize.Net AIM API with PHP
Working with the Authorize.Net AIM API in and of itself is very easy to do. Between the integration guide and sample code a good programmer can have a working solution in only minutes. But this code is for demonstration purposes … Continue reading
Use PHP to Force the www on URLs
There are many good reasons to be consistent when using the ‘www’ in URLs. This includes good usability (it may confuse some people when they see it there some of the time but not others) and SEO (some search engines … Continue reading