Write a comment on this article
Here you find different tutorials about PHP. The levels of difficulty range from very easy to medium, for more complex examples see the free scripts page. All scripts are well documented and easy to understand. Each tutorial can be downloaded as a full script as well, also you can test them with live demos.
| Tutorial | Difficulty | Description | |||
| Hello world | Creating your first "Hello world" PHP script. | Start tutorial | |||
| A simple counter | Tracking and displaying visitor numbers is common on websites. With this tutorial you make the first step to your own counter. | Start tutorial | View demo | Download | |
| Simple template usage | With this tutorial you learn how to use predefined headers and footers and load content by passing a parameter. | Start tutorial | View demo | Download | |
| An image gallery | With this tutorial you learn how to create a frame-based site which reads all images from a folder and displays thumbnails in a navigation frame. When the user clicks on a thumbnail, the full image is displayed in the main frame. | Start tutorial | View demo | Download | |
| Shoutbox | Learn to create a simple tool which allows visitors to post short comments on your site - a shoutbox. | Start tutorial | View demo | Download | |
| Easy poll | A poll to get visitor's opinions. With this tutorial you learn to create an easy poll for your website. | Start tutorial | View demo | Download | |
| Advanced shoutbox | Similar to the tutorial "Shoutbox" but with some extensions like refresh lock, splitting long words, etc. It's necessary to do the "Shoutbox" tutorial first. | Start tutorial | View demo | Download | |
| Image voting | Learn how to create an image voting system where visitors can vote for randomly displayed pictures. | Start tutorial | View demo | Download |
PHP, tutorials, learn
If you have a question or a problem and you're looking for a solution, please use the forum. Comments might not be answered.