Online: 103   Members: 4,232

All PHP Tutorials

Adding Watermark Protection To Your Images
In this tutorial we explain how to add a watermark to your images. This can be useful for copywriting your photos or uploaded images.
Creating A Contact Form
Learn how to create a simple contact form for your website using PHP using the mail() function and error checking.
User Login With Sessions
Make a user login system to manage multiple user accounts on your own website using sessions.
Create A Website Counter
Track the users to your website with this PHP counter. All thats required in a MYSQL database and a few lines of code.
Filtering Bad Language
Create a language filter for your website. Useful for checking user input that isn't monitored to provide a family friendly website.
Validating Email Addresses
Simple email validation to check that a user's input is in the correct format.
Working with files in PHP
Understand how to use the simple php filesystem commands.