Tips and Tutorials
Using .htaccess - Quick Tutorial
Apache web servers allow the use of a text file called .htaccess to control certain behaviours within a website. The .htaccess file contains a list of brief instructions which are [...]
Outwards Link Counter - Link Conter tutorila
This will allow you to create a script that will count the amount of times a certain link has been clicked and display the results on your page [...]
Simple Stock Quote Display
php Simple Stock Quote Display is an extremely small yet attractive stock quote script written in php that fetches any ticker symbol from Yahoo! Finance. If you`re seeking a simple [...]
Adding Mail with Exim
Generating an email message as a result of some user action from a web page is a common occurrence. It can be done very easily with PHP`s mail function. But in order for mail [...]
10 tips for PHP scripts: Learn to use PHP`s arrays
With PHP 4.0 comes more than 30 new array-related functions. Some of the more common functions let you determine if something is in a given array or not, count the number of [...]
Writing and Reading Multiple Cookies Tutorial
Following on from my first tutorial of Introduction to Cookies, this tutorial shows you how to set multiple cookies. Setting multiple cookies can come in handy if you wish to store [...]
Easy password protection
You can now protect your admin panel with an easier code! This time instead of annoying forms, you can make the browser ask for the password [...]
Table Extractor - Convert html table into php array
Table extractor is a php class that can extract almost any table from any html document/page, and then convert that html table into a php array. lbgFeatures:l/bg Can extract [...]
Dynamic Thermostat
Having to keep up with a graphical representation of project donations can be a lot of work. That`s why I wrote this PHP script to dynamically render a thermostat at different [...]
Password Protect - Simple protection
This guide will step you through a simple protection script that you can use on your site. This assumes that you do not have the ability to use .htaccess which would be the [...]
