preload

The Basics of OOP For The PHP Programmer

Posted on: Feb 07, 2010 By: Kevin Rio | 5 Comments
A detailed introduction into object oriented programming for PHP developers looking to expand their skills. OOP in PHP is the next step for any developer wanting to improve their code.  Read More

Cleaning PHP Input Variables Before MySQL Insertio

Posted on: Dec 20, 2009 By: Kevin Rio | 3 Comments
Ensuring that you properly sanitize your PHP input variables is an essential first-step in making your website secure. Unfortunately, thousands of websites and scripts on the internet do not properly filter variables, causing a very large security vulnerability in these websites. Read More

FREE PHP script for shortening URLs like tinyurl.c

Posted on: Aug 11, 2009 By: Kevin Rio | View Project
I have developed a PHP script that allows you to shorten links on your own website. It is easy to apply CSS to and is very light-weight. Read More

PHP Script for accepting direct recurring subscrip

Posted on: Aug 08, 2009 By: Kevin Rio | 10 Comments
I have created a new site specifically to showcase this script. View the scripts new product page This script allows you to accept payments directly on your website and to create a recurring payment profile. You or the user selects the amount of time they would like to subscribe for and they are billed each month for a set price through PayPal. You can also make them pay a set-up fee for the service. Read More