PHP Tutorial Archive

Upload and Rename File PHP Tutorial
1 June, 2011No Comments
In this tutorial you will learn that how to rename file when upload file to server to prevent new file overwrite an old file that […]

PHP Encryptions Tutorial
11 May, 2011No Comments
In this tutorial I’m going to teach you how to use some of the different PHP Encryptions available to us. There are quite a few […]

Alternating Table Row Colors
10 March, 20111 Comment
Many of website use this script to alternate their table row color that selected from mysql database, very useful and cool.

PHP Upload Single File
26 April, 201010 Comments
This is a simple PHP uploading file tutorial. You can upload files on your server through this script.