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
Instagram API – Fetch Photos With a Specific Hashtag using PHP
Lately, I have been working with Instagram API to build a social networking website where I used many of its features including showing public images under a specific #hashtag.
How To: Create database indexes in PHP/MySQL ?
Any RDBMS like MySql are geared to perform read operations better than write operations. The efficiency in read operations are achieved by database indexes. Indexes are most important in…

Ajax Tutorial: How to Create Ajax Search Using PHP jQuery and MYSQL
This tutorial shows how to create simple and attractive Ajax based search using PHP, jQuery, MySQL and Ajax.

Super jQuery Image Gallery with Random Animation Effects.
An image gallery is now a day is very attractive and important part of any website. JQuery image sliding effects and image galleries are very common these days….
AJAX | JQuery | Miscellaneous | PHP Tutorials | Tutorials | Web Design
Ajax Shopping Cart: Create a Stylish Shopping Cart Using JQuery and PHP
You have seen many Ajax and JQuery-based shopping cart examples over the internet. I have created here a JQuery-based shopping cart that doesn’t call any Ajax request but saves…

Codeigniter Tutorial: How To check Username/Email availablity using jQuery in Codeigniter?
This post is for CI lover who wants to learn Codeigniter. This script will show you how can we check live availability of username or email using Ajax in…