Php | Ad Management
1257 days ago | joe2torials.com
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.
Php | Basic Php
1257 days ago | joe2torials.com
A simple script which enables the user to change the stylesheet on your site. the choice is stored within sessions.
Php | Counters
1257 days ago | joe2torials.com
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.
Php | Basic Php
1257 days ago | joe2torials.com
A short tutorial on how to use PHP to let your users turn CSS on and off on your page.
Php | Basic Php
1257 days ago | joe2torials.com
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.
Php | Basic Php
1257 days ago | joe2torials.com
A beginners look into using arrays. Information on what they are and what they can be used for.
Php | User Authentication
1257 days ago | joe2torials.com
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.
Php | User Authentication
1257 days ago | joe2torials.com
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.
Php | Basic Php
1257 days ago | joe2torials.com
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.
Php | Basic Php
1312 days ago | omanserv.com
This tutorial will show you how to a create simple integer number generators as well random sentences on your page.