PHP Tutorials

Looking for more ways to use PHP, HTML, or any other language? The tutorials we have here will help you to improve your technical knowledge. You can comment on tutorials, vote on others' replies, and even post your own tutorial.

Most Popular tutorials

Make contact form and send email in PHP Having a contact form on your web site is vital when you need to know what your site visitors think about your web site. We will first create a simple contact form with 3 fields - Email address, Name, Comments. I will use a table to alig... Posted in PHP Tutorials 300 comments, 249 770 views
Captcha image verification A good way to avoid automatic form submissions when creating a web form is to add some kind of verification. One of the best ways is to use an image verification, called also captcha. What it does is to dynamically create an image with a random strin... Posted in PHP Tutorials 227 comments, 201 360 views
Create user login in PHP PHP is a good alternative when you decide to add a password protected web pages on your web site. You can also use htaccess password protection but with PHP you can create a lot more complex and configurable protection. In this example I... Posted in PHP Tutorials 131 comments, 181 436 views
How to make a PHP calendar In this tutorial you will learn how to build your own web based calendar using PHP. This calendar is made from two parts. On top there are the links to the previous and the next month, and below them is the calendar itself. It will show ... Posted in PHP Tutorials 90 comments, 121 396 views
PHP / MySQL select data and split on pages This tutorial is going to show you how to SELECT data from a MySQL database, split it on multiple pages and display it using page numbers.

We have MySQL table called “students” holding 90 records with the following fields:
Name – varchar(25...
Posted in PHP Tutorials, MySQL Tutorials 113 comments, 85 363 views
PHP validation and verification Today we are going to review a very important part of the development process of a web application. The validation of users input. This is one the trickiest parts of any application at all. Why is that? Because the developer doesn't control it. You c... Posted in PHP Tutorials 44 comments, 80 427 views

More tutorials

Latest Tutorials

CSS Float Problem Posted in HTML/CSS Tutorials 1 comment, 1 131 views
jQuery Ajax Form Posted in Javascript Tutorials 1 comment, 2 212 views
Rounding numbers with MySQL Posted in MySQL Tutorials 0 comments, 744 views
HTML5 Microdata and Rich Snippets Posted in HTML/CSS Tutorials 0 comments, 698 views
Create a Print Stylesheet Posted in HTML/CSS Tutorials 0 comments, 616 views

Do you know PHP / HTML / CSS / JS well?

Write tutorial on a topic you are good in and become a trusted PHP jabber! Share your knowledge with thousands of webmasters and we will reward you for your generosity by giving you bonus points which you can use as a voucher to buy any of our commercial products. Read more about our reward program.