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
What is php.ini File and Why we use it?
PHP.ini is very useful and it is a configuration file that is used to customize behavior of PHP at runtime. This enables easy administration in the way you administer…
Learn Codeigniter PHP framework: Basic working Structure
Codeigniter is very light and fully featured framework which gives you every thing which you want in web development. It is a powerful PHP framework with very small footprint….

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…
What is Google API and How it works?
Google API is a great set of developer’s tools. These tools make programmers able to perform operations using google API and living within their development framework.
PHP Encrypt/Decrypt: Simple class to encrypt url data
Encryption is useful where critical data is being transferred in url. I have found a simple and secure encryption class with some changes to make it fit for new…

jQuery Login Form with Sliding effects Style
Simple login form with jQuery sliding effects for any web page. Just put it to your header file. Instead of using any login page use this jQuery form to…