Free PHP tutorials and examples

If you have any questions about some of the examples and scripts or need any other web development help do not hesitate to get in touch. You can also post your question on our PHP forum .

for Begginers for Professionals
07
Feb
Date and time manipulations with PHP
learn how to make date and time calculations using PHP...
   
07
Feb
Date and time formatting with PHP
use php to print date and time using different formats...
   
31
Oct
Protect email address from spam bots
use JavaScript to protect email adress from spam bots...
   
18
Jul
Make php counter
create a php counter using a plain text file for storing counting results...
   
03
Jul
Make contact form and send email in PHP
create a simple contact form and allow your web site visitors to quickly contact you...
   
20
May
File uploading with PHP
An easy to way to upload files on your web server using a simple web form....
   
17
May
Banner and link rotation
You probably have many banners on your web site but do not know how to show different banners on the same place...
   
17
May
Redirect based on referrer or IP address
Many times you will need to redirect your visitors based on where they came from...
   
17
May
Measuring PHP page load time
it is always crucial for your web server to have a quick loading php scripts...
   
27
Nov
RSS Parsing using Pear
learn how to parse RSS feeds using PHP and PEAR...
   
19
Nov
How to send email with PHP
2 different ways for sending emails using PHP - mail() and SMTP...
   
07
Apr
Reading files with PHP
read files using PHP functions...
   
22
Nov
PHP validation and verification
valide user input using PHP regular expressions...
   
14
Nov
How to make a PHP calendar
build your own simple calendar using PHP...
   
31
Dec
PHP / MySQL select data and split on pages
how to show your database information on multiple pages using page numbers...
   
03
Oct
Create user login in PHP
add an user login functionality to your web site...
   
30
Jun
Put watermark on images using PHP
put watermarks on your images using PHP and GD library...
   
24
Jun
Captcha image verification
an easy way to add an image verification captcha to your forms....