Twitter
RSS
Build a Basic Authorize.net Payment Form

Build a Basic Authorize.net Payment Form

December 19, 2009 - No Comments

Getting a payment form that works can be tricky. But once you figure it out, you have the form as a reference forever. I’d like to show you how to build a basic Authorize.net payment form using HTML and PHP. Luckily, Authorize.net does a very good job providing documentation to web developers, making this form creation process very easy.

Parse Yahoo Weather Data XML with PHP

May 14, 2009 - No Comments

I’ve looked at parsing weather data with PHP before, but I’ve found that using Yahoo’s weather service it more stable and flexible. Luckily PHP has some excellent built in functions to parse complex XML.

Upload and Rename a File with PHP

January 5, 2009 - 9 Comments

Eventually every programmer will be required to find a way to upload a file to a web server. I recently started a project that required a way for me to upload a word doc to a web server, which, in turn, required me to write a upload and rename script in PHP.

Show the Current Temperature Using XML and PHP

November 7, 2008 - 7 Comments

It is neat to display the current temperature on your website. I’d like to show you the easiest way to display the temperature on your site using XML from the National Weather Service (NOAA) and PHP.

Friendly MySQL Dates with PHP

October 22, 2008 - 1 Comment

With so many of programmers and designers coming across database oriented job opportunities, I thought I’d point out one small coding trick when it comes to handling MySQL dates with PHP. Let me show you a quick way to convert MySQL’s default date-stamp into a friendly, readable format.