Newest PHP Tutorials

The Basics of PHP

This tutorial will cover some basic concepts of PHP, great if you're new to PHP
Basics » ronsguide.com
Score(+): 1 | Views: 127 | Similar Tuts | Save it | View this tutorial

PHP Calendar

This tutorial will show you how to render a calendar for the current month using PHP and HTML
Date and Time » drquincy.com
Score(+): 1 | Views: 167 | Similar Tuts | Save it | View this tutorial

Hash Salting: Uber-Security For Your User System

This tutorial shows you how to add the next level of security by adding salts to your password hashes and making them virtually uncrackable.
General » avengex.com
Score(+): 1 | Views: 111 | Similar Tuts | Save it | View this tutorial

PHP Multiple Upload files

Create a script for uploading multiple files to your site
PHP Files » phpeasystep.com
Score(+): 5 | Views: 201 | Similar Tuts | Save it | View this tutorial

Introduction to OOP

OOP stands for Object Oriented Programming. This is a short introduction to the concept.
Functions and OOP » retireat21.com
Score(+): 3 | Views: 193 | Similar Tuts | Save it | View this tutorial

Flood Protection

Prevent Post Spam with IP Tracking
Security » avengex.com
Score(+): 3 | Views: 177 | Similar Tuts | Save it | View this tutorial

Limiting Text

After studying this tutorial you will be able to have a PHP function to have limiting text.
General » desilva.biz
Score(+): 3 | Views: 187 | Similar Tuts | Save it | View this tutorial

Custom Error Handler

Have you ever wanted to create a custom error handler in PHP to replace the standard output to the browser? Well this is how you do it
General » scriptplayground.com
Score(+): 1 | Views: 131 | Similar Tuts | Save it | View this tutorial

Simple member login script

After studying this tutorial you will be able to understand a simple member login script
General » gfx-depot.com
Score(+): 2 | Views: 129 | Similar Tuts | Save it | View this tutorial

Building Feedback Form with PHP

In this tutorial you will learn how to build a feedback form with PHP
General » tech-funda.com
Score(+): 4 | Views: 152 | Similar Tuts | Save it | View this tutorial

Caesar Cipher

This tutorial will go through the basics of encryption by explaining how to make a Caesar Cipher. A cyclic encryption that takes a message and shifts the value of each character depending on the the offset key specified.
Basics » dynamic-php.com
Score(+): 1 | Views: 123 | Similar Tuts | Save it | View this tutorial

OOP Theory - How to develop your whole site using classes

In this tutorial you will learn how to develop your whole site using classes
General » tech-gfx.net
Score(+): 3 | Views: 123 | Similar Tuts | Save it | View this tutorial

Row Editing

Learn how to Edit Rows In MySQL via PHP
Database » shadow-fox.net
Score(+): 2 | Views: 130 | Similar Tuts | Save it | View this tutorial

Introduction to PHP

In this tutorial you can understand basic concepts of PHP.
Basics » phptutorial.info
Score(+): 2 | Views: 117 | Similar Tuts | Save it | View this tutorial

PHP MySQL basic CMS with view, add, edit and delete

In this tutorial you will be creating a simple CMS (Content Management System). This tutorial will be focused around creating a news CMS in particular but you can customize it to whatever suites you
General » wd.spangsolutions.net
Score(+): 2 | Views: 238 | Similar Tuts | Save it | View this tutorial