Blog Archive - PHP Scripts (3)


Secure Form Validation For MySQL Database Entry

One of the reasons that I started this blog was to have a place where I could store all of my test applications, useful techniques and code snippets, and most importantly, components that could be re-used with any new websites I might build. I have always wanted to develop the “perfect” form with very secure validation to ensure that only clean data was injected into a MySQL database.

  Read More

Simple PHP RSS Reader With AJAX

The following example will demonstrate an RSS reader, where the RSS-feed is loaded into a webpage without reloading. When downloading the source code, simply drop the files into a PHP enabled web server directory (I use Wamp Server 2 - its awesome, and very easy to install).

  Read More