html / xhtml, css, php, mysql, javascript, asp, seo, web management, semantics, accessibility and more.
This tutorial / script is aimed at users who wish to add their own contact script to their site. It uses PHP and sessions for security and to prevent misuse.
In category php. Posted by Joseph Skidmore on 18.09.05.
A very simple guestbook script for users to leave their feedback for your site.
In category php. Posted by Joseph Skidmore on 12.09.05.
This little script uses cookies to remember a user for automatic login when the user returns to the page.
In category php. Posted by Joseph Skidmore on 12.09.05.
A tutorial which lets you create a poll with PHP for your site.
In category php. Posted by Tim on 12.09.05.
What is a cookie? An introduction to cookies. using them, setting them and removing them.
In category php. Posted by Joseph Skidmore on 12.09.05.
A pre written comments script with admin section and cookie support to remember admin.
In category php. Posted by Joseph Skidmore on 12.09.05.
Learn how to write data into a text file with PHP and flat files.
In category php. Posted by Joseph Skidmore on 12.09.05.
A short tutorial on how to store information in text files and then read from the file and display the results on page.
In category php. Posted by Joseph Skidmore on 12.09.05.
With this script you will be able to count how many times a link is clicked by storing the amount of clicks inside a database.
In category php. Posted by Tim on 12.09.05.
A tutorial on how to set multiple cookies which can be used to store information about a certain user.
In category php. Posted by Joseph Skidmore on 11.09.05.
PHP : Beginners Guide PT.3 - All the details and information you need to get started with using PHP.
In category php. Posted by Joseph Skidmore on 11.09.05.
PHP : Beginners Guide PT.2 - All the details and information you need to get started with using PHP.
In category php. Posted by Joseph Skidmore on 11.09.05.
PHP : Beginners Guide PT.1 - All the details and information you need to get started with using PHP.
In category php. Posted by Joseph Skidmore on 11.09.05.
This small guide aims to take the standard output from the PHP function highlight_string() and make it completely valid XHTML 1.0 Strict.
In category php. Posted by Joseph Skidmore on 11.09.05.
An updated version of my previous stylesheet switcher which uses cookies to remember the users preference and an easy to use form to choose the style wanted.
In category php. Posted by Joseph Skidmore on 11.09.05.
A simple script which enables the user to change the stylesheet on your site. the choice is stored within sessions.
In category php. Posted by Joseph Skidmore on 11.09.05.
Hit counters are used to track the amount of visitors there have been to a cetain page. I have looked through the internet and I have come up with 2 different ways to produce a hit counter.
In category php. Posted by Joseph Skidmore on 11.09.05.
A short tutorial on how to use PHP to let your users turn CSS on and off on your page.
In category php. Posted by Joseph Skidmore on 11.09.05.
This little tool is handy for giving your PHP code some colour. It helps people distinguish between different parts of the code such as comments, variables and so on.
In category php. Posted by Joseph Skidmore on 11.09.05.
A beginners look into using arrays. Information on what they are and what they can be used for.
In category php. Posted by Joseph Skidmore on 10.09.05.
A much more advanced admin section script which allows the user to add new users and set cookies to remember a user when they return.
In category php. Posted by Joseph Skidmore on 10.09.05.
Have you ever wanted to add your own admin section to your website that only you can get to, well with this script now you can. All you need is PHP and MySQL.
In category php. Posted by Joseph Skidmore on 10.09.05.
An explaination behind includes, what they are, what they are used for and how to use them in your site to help reduce the amount of work you do and also reduce server load.
In category php. Posted by Joseph Skidmore on 06.09.05.