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 » oopcenter.com
Score(+): 2 | Views: 150 | Similar Tuts | Save it | View this tutorial

How to create a simple virtual postcard sender script

Learn how to create a simple virtual postcard sender script
General » phptoys.com
Score(+): 4 | Views: 214 | Similar Tuts | Save it | View this tutorial

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 » talkphp.com
Score(+): 5 | Views: 120 | Similar Tuts | Save it | View this tutorial

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 » shadow-fox.net
Score(+): 4 | Views: 149 | Similar Tuts | Save it | View this tutorial

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 » phptoys.com
Score(+): 4 | Views: 192 | Similar Tuts | Save it | View this tutorial

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.
Functions and OOP » talkphp.com
Score(+): 6 | Views: 220 | Similar Tuts | Save it | View this tutorial

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 » phptoys.com
Score(+): 3 | Views: 657 | Similar Tuts | Save it | View this tutorial

Creating simple PHP contact form

Learn how to create a simple PHP contact form
General » phpeasystep.com
Score(+): 4 | Views: 145 | Similar Tuts | Save it | View this tutorial

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 » phptoys.com
Score(+): 4 | Views: 203 | Similar Tuts | Save it | View this tutorial

Creating a simple contact form with PHP

This tutorial is about creating a simple contact form with PHP
General » designertodeveloper.wordpress.com
Score(+): 3 | Views: 149 | Similar Tuts | Save it | View this tutorial

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.
PHP and Images » phptoys.com
Score(+): 4 | Views: 133 | Similar Tuts | Save it | View this tutorial

Creating a simple image upload site with PHP

Learn how to create a simple image upload site with PHP
PHP Files » urlearn.com
Score(+): 4 | Views: 198 | Similar Tuts | Save it | View this tutorial

Creating a simple password protection system

Learn how to create a simple password protection system
Security » phptoys.com
Score(+): 4 | Views: 207 | Similar Tuts | Save it | View this tutorial

Creating a very simple and correct upload form

Learn how to create a very simple and correct upload form
PHP Files » totaldream.org
Score(+): 3 | Views: 138 | Similar Tuts | Save it | View this tutorial

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 » phpeasystep.com
Score(+): 4 | Views: 218 | Similar Tuts | Save it | View this tutorial

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 » phptoys.com
Score(+): 4 | Views: 206 | Similar Tuts | Save it | View this tutorial

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 » talkphp.com
Score(+): 3 | Views: 121 | Similar Tuts | Save it | View this tutorial

PHP Mail Form

A fully explained, detailed PHP Mail Form using only one page - Source Included!
General » forums.xtreme-pixel.com
Score(+): 2 | Views: 118 | Similar Tuts | Save it | View this tutorial

Mail() security risks

In this tutorial we'll speak about the dangers mail() brings with it.
Security » combined-minds.net
Score(+): 2 | Views: 133 | Similar Tuts | Save it | View this tutorial

Mail Form with PHP and HTML

Learn how to create a basic MAIL FORM using PHP and HTML.
General » tutorial5.com
Score(+): 4 | Views: 181 | Similar Tuts | Save it | View this tutorial