PHP Basics
PHP
vs CGI
Sometimes using a cgi script instead of a php script might be better. This
tutorial is here to help you out in choosing when you need which language.
Browser
Dependant Redirection
This simple script will redirect a user based on the type of browser they are
using.
Date
& Time Functions
Sometimes using a cgi script instead of a php script might be better. This
tutorial is here to help you out in choosing when you need which language.
Showing
Browser Info
Sometimes using a cgi script instead of a php script might be better. This
tutorial is here to help you out in choosing when you need which language.
IP
Logger
Sometimes using a cgi script instead of a php script might be better. This
tutorial is here to help you out in choosing when you need which language.
Password
Protecting Files
This tutorials will teach you how to quickly password protect you files with a
few simple lines of code.
Page
Loading Time
This tutorial will show you how to output the amount of time it took your page
to load.
Random
Images
Learn how to show random images from a given directory anywhere on your site.
Random
Password Generation
n this tutorial I will be showing you how to create a random password using
nothing but loops and random letters.
An
Email Form
Easily get feedback form your visitors with a simple PHP form, no CGI required!
Connecting
to a MySQL Database
None of our tutorials have dealth with a database yet, and that is for the sole
reason that not everyone has access to a database, however for those who do this
tutorial will teach you how you can connect to your database.
Uploader
Create a simple Upload script to let your users upload their own pictures and
files onto your server.