Day: November 16, 2012

PHP Functions

Easily Run PHP Script As A Cron Job Linux

I’ve nicely written PHP script that I’d like to run as a cron job. I’m using CentOS 4.5 as server with Apache web server. How do I setup a PHP script as a cron job? You need to setup execute permission on a php script. You need to use chmod command to change file access […]

Read more