PHP Tips If you're putting form variables in a URL, you can get into strife when the user enters spaces or other non-alphanumeric characters in the form. The way to convert their data to a URL compliant format is as follows... Read More
CSS Tips You can change the colour of your browser's scrollbar (only works for IE 5.0 and above) by defining a style in your HTML header... Read More