Cheat Sheets
PHP (V2)
MySQL
PHP (V1)
Articles
Writing Secure PHP, Part 4
The fourth part of the Writing Secure PHP series, covering cross-site scripting, cross-site request forgery and character encoding security issues.
Writing Secure PHP, Part 3
The third part of the Writing Secure PHP series, covering weak passwords, clients and more advanced topics.
Writing Secure PHP, Part 2
Learn how to improve your security a little further with the second part of this PHP tutorial.
Password Protect a Directory with .htaccess
A tutorial explaining how to retrict access to a directory on a web server using .htaccess.
Writing Secure PHP, Part 1
Learn how to avoid some of the most common mistakes in PHP, and so make your sites more secure.
On-The-Fly Validation
A tool to help automatically fix most common (X)HTML errors before outputting a page to the user.
Caching output in PHP
High-traffic sites can often benefit from caching of pages, to save processing of the same data over and over again. This caching tutorial runs through the basics of file caching in PHP.
PHP for Beginners
An introduction to PHP, one of the most popular programming languages on the web.
Blog Posts
RSS to iCal
Click here to read this post »
19 October 2006 | 13 comments | rss, weather, php, bbc, ical, convert, tools, web, webdev, code, rss2ical
"Select All" JavaScript for Forms Posting to an Array
Click here to read this post »
28 July 2005 | 47 comments | select, html, php, array, forms, javascript, checkboxes, form, all
Block Prefetching
Click here to read this post »
20 April 2005 | 3 comments | webdev, block, mozilla, prefetching, google, reference, php
SQL Server, PHP and Truncating Text
PHP and SQL Server are a powerful combination, however sometimes data stored in a text type column is truncated for no apparent reason after 4096 characters. Here's how to fix the problem.
Click here to read this post »
22 December 2004 | 11 comments | server, text, mssql, php, sql
