Creating cron jobs and implementing them on server is little bit tricky for web beginners. Here i will elaborate a simple example for creating and implementing crons on PHP server.
Similar Posts
HOW TO:Create Secure Login With Simple PHP ?
Here is a simple example for creating a secure login page with PHP which will help you to safe authentication. Here, cookies are not used because of preventive measure…
How to Upload files in Codeigniter. A simple way for beginner of CI
Codeigniter has a number of libraries and helpers which you can use for making your code reliable and bugs free. CI provides an extensive library of common usage classes….

Ajax Pagination: Fresh Ajax pagination using PHP jQuery and mySQL. Part 3
Today i am going to build a simple ajax based pagination system with overlay loader to put some attractive look. Demo and code available.

12 Reasons Why Codeigniter Framework is Better than Custom PHP Development
Perhaps the title and focus of this article should not be specific for only Codeigniter, As any PHP framework has its own features and benefits against custom PHP development. But I love Codeigniter framework because of its very easy configuration and flexibility of going into very depth of development. I have been working in this framework since 2008, So I have pretty good reasons base on my experience with this framework that why using Codeigniter is a lot better than going to raw PHP or custom development.

CSS | JQuery | Miscellaneous | PHP Tutorials | Web Design
JQuery Based Flipped Image Gallery with Bounce Effects
Image galleries are the most important element of any website. Here, I have created a simple jQuery-based flipped image gallery. On hover, the images will expand. It’s a simple…

CodeIgniter Tutorial: How to Create Ajax Pagination using CodeIgniter?
CodeIgniter has many built-in classes and plugins. Pagination class of CodeIgniter is very easy and simple to use. Also Ajax Pagination library is availanle in Codeigniter. Here i will…