You may want to "google" crontab tutorial on the Internet to learn the components of a crontab. To execute a php script everyday at midnight for example, the command would look like so - 0 0 * * * /path/to/php/script. So, this executes the php script everyday at midnight. If you don't want to receive e-mails every day notifying you about your job's execution you can place this "> /dev/null 2>&1" at the end of every instance of every crontab command Tony --- On Wed, 12/30/09, rahul dongre <mady_dongre@xxxxxxxxxxx> wrote: From: rahul dongre <mady_dongre@xxxxxxxxxxx> Subject: crone job To: "php" <php-objects@xxxxxxxxxxxxxxx> Date: Wednesday, December 30, 2009, 5:11 AM hello all.i want to set a crone jon on my project for this i allready have a file named crone_contest. php. please send me command for this crone job. i want to run this job on midnight.thanks The INTERNET now has a personality. YOURS! See your Yahoo! Homepage. http://in.yahoo. com/ [Non-text portions of this message have been removed] [Non-text portions of this message have been removed]