Top 20 Similar PHP Tutorials
Creating a mail sender class with PHP
In this tutorial the author will show you how to create a simple mail sender class in PHP.
General »
How to create a simple virtual postcard sender script
Learn how to create a simple virtual postcard sender script
General »
Complete Walkthrough: Creating a Gallery Class
In this tutorial we will be create a gallery class, and also a template class that will work together with the gallery class. This will extend on a few of the tips and tricks that many of you will have picked up if you've been followed the developments here at TalkPHP.
Basics »
Creating A Scaffold-like Class in PHP or An Automatic CMS For a Table
Learn how to Create A Scaffold-like Class in PHP or An Automatic CMS For a Table
General »
Creating an object oriented MySQL abstraction class
In this tutorial I will show you how you can create an object oriented database abstraction class for MySQL database. Besides the basic functions this manager class can summarize total time spent with db connection and query execution and counts how many query were executed during your PHP script.
Database »
Object Orientated: Creating an Advanced Pagination Class
This class will display the results of any MySQL table including all the fields and rows. It will work out how many fields there are and display the results accordingly.
Creating a simple guestbook
In this tutorial I will show you how to create a simple guestbook where your visitors can leave messages which are stored in a MySQL database. It contains the basic functions and security settings.
General »
Creating a simple SQL script executor
In this tutorial the author will show you how you can create a simple PHP script to execute MySQL batch files.
Database »
Creating a simple contact form with PHP
This tutorial is about creating a simple contact form with PHP
General »
Creating a simple photo gallery
In this tutorial I will show you how to create a simple photo gallery. The script creates thumbnail images if needed and displays all images in the given directory.
Creating a simple image upload site with PHP
Learn how to create a simple image upload site with PHP
Creating a simple password protection system
Learn how to create a simple password protection system
Security »
Creating a very simple and correct upload form
Learn how to create a very simple and correct upload form
Creating a simple PHP guestbook for user feedback on your site
In this tutorial you can learn how to Create a simple PHP guestbook for user feedback on your site
General »
Creating a simple file based polling script
In this tutorial I will show you how to create a simple, file based polling system where you can easy setup new polls. No database is required for this script and you only have to maintain one config file.
General »
Creating a Simple Currency Converter with Automatic Symbols
If you're from the UK then you'll appreciate this preface. If you're not then don't worry because I'll be doing the script from a USD perspective to satisfy the majority! Today we'll be making a currency converter, and as is common on Blue Peter, I'll be throwing bits of code at you like - here's one I made earlier! Basically what we'll be creating is a converter that automatically prepends the currency symbol to the front of the value and then works out the value in the currency that we specify
Basics »
PHP Mail Form
A fully explained, detailed PHP Mail Form using only one page - Source Included!
General »
Mail() security risks
In this tutorial we'll speak about the dangers mail() brings with it.
Security »






