PHP Tutorial

Creating a simple password protection system

Learn how to create a simple password protection system
Security » phptoys.com
Score(+): 0 | Views: 46 | Save it | Report it


Top 20 Similar PHP Tutorials

Simple Password Protection Script

In this tutorial I will teach you how to make a very simple text based password protection script.
Security » 13dots.com
Score(+): 0 | Views: 70 | Similar Tuts | Save it | View this tutorial

Handling sessions (simple password protection with sessions)

This tutorial is about handling sessions (simple password protection with sessions)
Basics » phptutorial.info
Score(+): 0 | Views: 35 | Similar Tuts | Save it | View this tutorial

Simple System Maintenance with PHP-CLI

Web development is a world of rapid code modifications, instant deployment and immediate updates. Of course, maintaining the product of this web development can be as hectic as the web development is agile; with manual backups, quick database edits and tedious data migration and re-entry.
Basics » developertutorials.com
Score(+): 0 | Views: 36 | Similar Tuts | Save it | View this tutorial

Simple Chatroom and Administration System in PHP and MYSQL

This is going to be a tutorial that will show you how to build the frontend of a PHP/MYSQL based chatbox that has a WYSIWYG built in
General » chipmunk-scripts.com
Score(+): 1 | Views: 54 | Similar Tuts | Save it | View this tutorial

Simple Login-Logout System with MySQL and Authentication

A very basic easy to follow tutorial on creating a login system using sessions with a MySQL database.
Basics » brendenwilson.com
Score(+): 1 | Views: 81 | 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(+): 0 | Views: 131 | Similar Tuts | Save it | View this tutorial

Simple button affiliate link system built with PHP and MySQL

This tutorial will teach you how to build a simple button links system and keep track of the number of visitors you send to your affiliates.
General » chipmunk-scripts.com
Score(+): 1 | Views: 50 | 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(+): 0 | Views: 37 | 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(+): 0 | Views: 29 | 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(+): 1 | Views: 60 | 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(+): 0 | Views: 37 | Similar Tuts | Save it | View this tutorial

Creating a PHP Powered FAQ System

Learn how to create a PHP Powered FAQ System
General » tutorialarea.com
Score(+): 0 | Views: 51 | Similar Tuts | Save it | View this tutorial

Creating A Permission System

Creating A Permission System for users in conjunction with a login system
Security » 13dots.com
Score(+): 0 | Views: 39 | Similar Tuts | Save it | View this tutorial

Creating a menu system

In this tutorial I will show you how to create a simple menu system with 2 levels. You can easy integrate it into your site to get a nice and easy editable site navigation system.
General » phptoys.com
Score(+): 0 | Views: 37 | 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(+): 0 | Views: 41 | 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(+): 1 | Views: 67 | 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(+): 0 | Views: 39 | Similar Tuts | Save it | View this tutorial

Creating a star rating system

Learn how to create a star rating system
General » slim.climaxdesigns.com
Score(+): 0 | Views: 32 | Similar Tuts | Save it | View this tutorial

Creating a file upload system

In this tutorial I will show you how to create a simple file upload system with your user can upload a file from the local computer to your webserver
PHP Files » phptoys.com
Score(+): 0 | Views: 38 | 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(+): 0 | Views: 29 | Similar Tuts | Save it | View this tutorial