PHPeasystep.com : Latest Tutorials PHPeasystep - Learn PHP and MySQL PHP Pagination This is a guide how to create a pagination in PHP like digg.com pagination style http://www.phpeasystep.com/phptu/29.html Encode PHP Scripts Convert and protect your PHP scripts to unreadable but still executable. This is a list of tools you can use to protect your PHP code. http://www.phpeasystep.com/phptu/28.html Get full web page URL from address bar In this tutorial, you'll learn how to get current web page url from your web browser address bar using php script. http://www.phpeasystep.com/phptu/27.html Encrypting Password using md5() function Using md5(); function to make your login system more secure http://www.phpeasystep.com/phptu/26.html Get the width and height of an image using a function in PHP PHP provides a function to get the width and height of an image. The getimagesize() function will determine the size of image file including flash file(swf). http://www.phpeasystep.com/phptu/25.html Verifying email address When 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. http://www.phpeasystep.com/phptu/24.html Test php mail function on your localhost When you code php mail function you can't test it on your localhost you have to upload and test it on your hosting but now you can test php mail function on your localhost using Argosft mail server. http://www.phpeasystep.com/phptu/23.html Simple Ad Rotation Script This is a very easy and simple ad rotation script, you can set percentage to show the ads and you can adapt this script to rotate anything. http://www.phpeasystep.com/phptu/22.html PHP Script Image of the day In this script 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. http://www.phpeasystep.com/phptu/20.html Limit Displayed Characters From Your Text This php script helps you limit displaying characters form you message and not cut out your word. http://www.phpeasystep.com/phptu/19.html Upload and Rename File In this tutorial show you how to rename file when upload file to server to prevent new file overwrite an old file that exists in you server. http://www.phpeasystep.com/phptu/18.html Form Validation Using Dreamweaver In this tutorial shows you how to validate form using Macromedia Dreamweaver, it will show alert box when someone press submit button and forgot to fill your requied fields. http://www.phpeasystep.com/phptu/17.html Creating a simple PHP guestbook Creating simple PHP guestbook. http://www.phpeasystep.com/phptu/15.html Creating a simple PHP forum tutorial Learn to create forum step by step, in this tutorials use only simple php code but powerful. http://www.phpeasystep.com/phptu/12.html PHP Redirection script Learn how to redirect in this tutorial, you can use header(); function in php or use meta to redirect to a new page you want or redirect to other website. http://www.phpeasystep.com/phptu/11.html Automatic refresh webpage / Set time to redirect When you need your web page automatic refresh in 5 second or any second, use this meta tag. it's a simple code, put it between HEAD tag in your web page. http://www.phpeasystep.com/phptu/10.html PHP User online tutorial This tutorial show you php script that count how many users are active on your site. http://www.phpeasystep.com/phptu/9.html Creating simple PHP contact form When you need user send feedback to your email you can usecontact form. In this tutorial you'll learn how to create contact form with php script. http://www.phpeasystep.com/phptu/8.html PHP Counter script tutorial Creates your own counter script. Using a basic knowledge of php + mysql script and keeps your visitors number to database for analysis. http://www.phpeasystep.com/phptu/7.html PHP Login script tutorial Learn to create a simple login system with php + mysql script, this tutorial easy to follow, teach you step by step. http://www.phpeasystep.com/phptu/6.html