If you want that users sign up to join your website you may want to verify their email address by sending confirmation link to their email address. You'll learn how to do this in this tutorial. (more...)...

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
daniel
Posted May 11th, 2011 at 1:33 am
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 ways to encrypt or change data using PHP so that the data can be inaccessible or very hard to decipher. I'll be showing you how to set up a very simple encryption process through a form so that you'll understand how PHP encryptions work.
The first step is to set up a form that will allow the user to enter some data. So create a new HTML file and within the body w...
Creates your own counter script using a basic knowledge of php + mysql script and keeps your visitors number to database for analysis. (more...)...
We will teach you in this tutorial that how to create simple contact form. This form you can use anywhere you want. We will show you that how to contact your email with contact form so that when the user wants to send you a message. It's very easy. Let's start tutorial. For this mailing system server side language is must with that we can not send and receive email. All the information goes through the server, so we will be using PHP as server side language.
(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...)...
Tutorial is a method of transferring knowledge and it can be used as a part of learning. Most of people are spreading their knowledge via tutorials and there are a lot of tutorials in different forms. Specially thousands of websites are playing roll to spread these tutorials in a great way. Every designer or writer after completion of his/her tutorial must want to share with all web community and want traffic and popularity. Today in this article we are listing some sites for tutorial writers wh...

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...)...
There are a lot of social bookmarking and voting sites to encourage your design tutorials, web tutorials, development tutorials and articles. And if you submit your tutorial or article on each of those sites regularly you can get a large reciprocation of new and frequent visitors in real impatient reading. You can get umteen unparalleled visitors on you tract or article daily using this method. Also if you use this method, you gift get really substantial backlinks which are favorable for SEO. (m...

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...)...