preload

Loop twice through a PHP / MySQL result set

Posted on: Jul 02, 2010 By: Kevin Rio | 0 Comments
I get asked all the time if it is possible to loop multiple times through a MySQL result set in PHP. Here’s the answer. 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