PHP Tutorials Index

This is my list of PHP tutorials and information, I hope you find what you're looking for!

PHP Comments PHP Comments
Learn how to add helpful comments or notes in your PHP code.
Dynamic Inclusions Dynamic Inclusions
Learn how to use the include() and require() functions to ease web design.
IP Banning IP Banning
Learn how to IP ban users from your website if they are causing trouble
Variable Basics Variable Basics
Learn about variables in PHP and how they work
Displaying the date Displaying the date
Learn how to get the current date in PHP
Display a users IP Display a users IP
Learn how to display a users IP address on your website using PHP.
PHP Redirection PHP Redirection
Learn how to redirect to another URL, while still allowing search engines to index your site.
Random Quotes/Messages tutorial Random Quotes/Messages tutorial
Learn how to display random quotes or messages using simple php
Display user’s referrer information Display user’s referrer information
Learn how to retrieve and display a user's referrer info
Display a user’s ISP/hostname information Display a user’s ISP/hostname information
Learn how to retrieve and display a user's hostname.
Display a user’s browser specifications Display a user’s browser specifications
Learn how to retrieve and display info about a user's browser
MySQL Connection Script MySQL Connection Script
Learn how to connect to an SQL server, then select the database you want to use
Display data from a MySQL table Display data from a MySQL table
Learn the basics of fetching data in a database and a bit about how to use it.
Introduction to custom functions Introduction to custom functions
Learn the basics of custom functions
Layout system using functions Layout system using functions
Learn how to use functions in a layout system
Display the last modified date Display the last modified date
Learn how to fetch and display the modified date of pages
PHP Navigation, method A PHP Navigation, method A
Learn how to manage your page's navigation, first method
PHP Navigation, method B PHP Navigation, method B
Learn how to manage your page's navigation, second method
Check the status of a page Check the status of a page
Check the status of a page using php