| Introduction to PHP |
|
PHP is a widely-used scripting language on the internet. This tutorial will give you an...
|
|
| PHP Basics |
|
This tutorial will cover some basic concepts of PHP, great if you're new to PHP.
|
|
| if, elseif, else |
|
Programmers often need to perform various tasks only if a certain condition is met. Lea...
|
|
| Accessing Form Data |
|
This tutorial will teach you how to access form data using PHP's _POST and _GET globals.
|
|
| Using Loops in PHP |
|
Using loops in conjunction with arrays is an excellent way to improve your PHP scripts....
|
|
| Utilizing Arrays |
|
Arrays are one of the most useful tools in any programming language, this tutorial will...
|
|
| Flat File Databases |
|
Learn how to store and retrieve information using PHP's built in file handling function...
|
|
| Cookies via PHP |
|
Mmm... cookies... No, sorry not those kind of cookies. This tutorial will show...
|
|
| Hits Counter |
|
In this tutorial we'll learn how to make a simple text based hits counter using PHP.
|
|
| Flat File Poll |
|
Learn how to create your own poll script without a MySql database using PHP and flat fi...
|
|
| Visitors Online |
|
Learn how to track and display the number of users currently browsing your website. Sim...
|
|
|