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
Super JQuery Based Maze Game
This is a super maze game with some interesting working flow created with jquery. I love it. In this game, you have to take the bomb to the end…
50 CSS techniques and Tips which you always need.
A web page is combination of HTML, Javascript and any scripting language which makes it working. CSS is most important to stylized and make web pages interactive and attractive….
Send Email from your Gmail account Using Codeigniter.
Codeigniter provides many built in helpers and libraries which help us to perform lot of functionality for developing projects. Here a simple email library make us able to send…
MySQL date_format: To get date in different styles.
My SQL has a special function that allows the developer to format the date in any way they wish by specifying a sequence of format strings. A string is…
Fresh: Ajax Heart Rating System with JQuery and PHP
This is another Rating System and Im sure you can get many awesome rating and voting script at 99Point.info I used animate() function of jQuery to get some stylish effect.When I…
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.