PHP programming/development Tutorials
I hope you will find these tutorials helpful. Please note, the methods I described are the way I do it — I don't claim it's the easiest, most efficient or most correct way.
- Browse by category:
- HTML
- PHP
- Photoshop
- Miscellaneous
-
Contact form
- type: PHP
- level: moderate
Apart from making a working contact form, you will also learn how to send data via post method, write custom functions and validate forms.
-
Simple PHP unique visitors counter
- type: PHP
- level: moderate
This simple text counter counts today's, yesterday's, total and average visits. The counter tracks your visitors based on their IP address.
-
Printer friendly version
- type: PHP
- level: moderate
You can create printer-friendly versions of any page with PHP, offcourse if you know how to use CSS.
-
Loops in PHP
- type: PHP
- level: moderate
Learn how to repeat procedures using
for()andwhile()functions on an example how to create a dynamic avatar gallery. -
PHP dynamic includes
- type: PHP
- level: moderate
Learn how to make updating layout and changing links a lot easier, and your links to be shown in the form index.php?page=mypage
-
Including files in PHP
- type: PHP
- level: easy
This tutorial will teach you how to make updating layout and changing links a lot easier, using the include() function.
-
Introduction to PHP
- type: PHP
- level: easy
If you want your website to become dynamic, you should consider learning a web programming language. PHP is such a language, and if you have a little affinity to programming, you will find learning it very easy.
-
Installing PHP ClickCounter script
- type: PHP
- level: easy
This is a tutorial on installing a simple click counter script you can download here.