PHP 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 | Save it | Report it


Top 20 Similar PHP Tutorials

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

Make a Image gallery with PHP

How To Make Your Own Image Gallery With Javascript Effects
PHP and Images » shadow-fox.net
Score(+): 5 | Views: 183 | 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 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 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 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 simple mail sender class with PHP

In this tutorial I will show you how to create a simple mail sender class in PHP. Sending emails with PHP is a lot easier than you would think, however you need to care about some settings to avoid moving your emails into a spam folder.
General » phptoys.com
Score(+): 4 | Views: 153 | 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 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 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

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

Simple login

A very simple login script tutorial
General » gfx-depot.com
Score(+): 4 | Views: 204 | Similar Tuts | Save it | View this tutorial

Simple PHP Hit Counter

Learn some of the basics of PHP by starting off with a simple hit counter
Basics » tutorialmonkey.com
Score(+): 5 | Views: 243 | Similar Tuts | Save it | View this tutorial

Simple Ad Rotation Script

This is a very easy and simple ad rotation script, you can set percentage to show the ads and you can adapt this script to rotate anything.
Basics » phpeasystep.com
Score(+): 4 | Views: 233 | Similar Tuts | Save it | View this tutorial

How To Create Simple PHP Widgets

Learn how to create simple widgets. Source code is also attached with it.
Basics » shubhamoy.wordpress.com
Score(+): 6 | Views: 635 | Similar Tuts | Save it | View this tutorial

Simple PHP Based Counter

Learn how to create a Simple PHP Based Counter
General » invano.com
Score(+): 5 | Views: 201 | Similar Tuts | Save it | View this tutorial

Simple Banner Rotator

After studying this tutorial you will build a simple banner/image rotator
General » scriptplayground.com
Score(+): 4 | Views: 173 | Similar Tuts | Save it | View this tutorial

Simple Way to Validate Links

Learn how to Validate URLs before you accept them
General » scriptplayground.com
Score(+): 4 | Views: 155 | Similar Tuts | Save it | View this tutorial