
by
admin
Posted August 16th, 2011 at 1:20 am
In this tutorial shows you how to display image of the day. You can adapt this script to display quote of the day, knowledge of the day or something else you want. You don't have to change image everyday just change images once a week.
What to do?
1. Find what today is? using date function and keep answer in variable name "$today".
2. Compare $today with name of the day.
3. D...

by
admin
Posted June 9th, 2011 at 1:10 am
This php tutorial will help you that how will apply limit displaying characters form you message and not cut out your word. (more...)...

by
admin
Posted June 1st, 2011 at 9:20 am
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 exists in you server. (more...)...

by
admin
Posted March 10th, 2011 at 1:10 am
Many of website use this script to alternate their table row color that selected from mysql database, very useful and cool. (more...)...

by
admin
Posted February 20th, 2011 at 12:39 pm
Apply limit on file size at loading time using this tutorial or script. This upload form can limit file size. (more...)...

by
admin
Posted January 19th, 2011 at 11:47 am
You can upload multiple files with one time submittion. Array is a big role in this tutorial, let's see the scripts. (more...)...

by
admin
Posted December 18th, 2010 at 3:15 am
PHP provides a function to get the width and height of an image. "getimagesize()" This function will determine the size of image file and also will get size of flash file(swf). (more...)...

by
admin
Posted November 22nd, 2010 at 12:30 am
This is a very simple and easy ad rotation tutorial, you can set percentage to show the ads and you can adapt this script to rotate any thing. In this script (very easy script), we have 3 ads for rotation first ad we want it to display 70%, second ad we want to display 20% and the last one we want to display 10% (more...)...

by
admin
Posted September 22nd, 2010 at 11:45 am
This turorial will teach you that how to make your login system more secure. We will use md5(); function for this. (more...)...

by
admin
Posted July 30th, 2010 at 9:52 am
Learn to create a simple login system with php + mysql script, this tutorial easy to follow, teach you step by step. (more...)...

by
admin
Posted May 24th, 2010 at 11:11 pm
When you need that user contact with you or send feedback to you via email then you have to need make a contact form. In this tutorial you will learn that how to create form with php script. (more...)...

by
admin
Posted April 26th, 2010 at 2:09 am
This is a simple PHP uploading file tutorial. You can upload files on your server through this script. (more...)...