PHP Tutorials Index
This is my list of PHP tutorials and information, I hope you find what you're looking for!
|
PHP Comments
Learn how to add helpful comments or notes in your PHP code. |
|
Dynamic Inclusions
Learn how to use the include() and require() functions to ease web design. |
|
IP Banning
Learn how to IP ban users from your website if they are causing trouble |
|
Variable Basics
Learn about variables in PHP and how they work |
|
Displaying the date
Learn how to get the current date in PHP |
|
Display a users IP
Learn how to display a users IP address on your website using PHP. |
|
PHP Redirection
Learn how to redirect to another URL, while still allowing search engines to index your site. |
|
Random Quotes/Messages tutorial
Learn how to display random quotes or messages using simple php |
|
Display user’s referrer information
Learn how to retrieve and display a user's referrer info |
|
Display a user’s ISP/hostname information
Learn how to retrieve and display a user's hostname. |
|
Display a user’s browser specifications
Learn how to retrieve and display info about a user's browser |
|
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
Learn the basics of fetching data in a database and a bit about how to use it. |
|
Introduction to custom functions
Learn the basics of custom functions |
|
Layout system using functions
Learn how to use functions in a layout system |
|
Display the last modified date
Learn how to fetch and display the modified date of pages |
|
PHP Navigation, method A
Learn how to manage your page's navigation, first method |
|
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 using php |
