Php cron

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
asmaameercp
Forum Newbie
Posts: 2
Joined: Mon Dec 21, 2009 6:25 am

Php cron

Post by asmaameercp »

Hi all,
In my project i need to set a cron using php code.that means I want to delete some items dynamically and also send emails and all using cron.
I cant use the control panel cron setting.Any body have idea about php code cron please help me
Thank you
Last edited by asmaameercp on Mon Dec 21, 2009 10:01 pm, edited 1 time in total.
hero789
Forum Newbie
Posts: 23
Joined: Sun Dec 20, 2009 5:10 pm

Re: Php cron

Post by hero789 »

surely in order to use php and cron you need to create script to perform email which are run from the cron script at a certain time like every minute or so.
asmaameercp
Forum Newbie
Posts: 2
Joined: Mon Dec 21, 2009 6:25 am

Php cron

Post by asmaameercp »

Hi first of all thank you for giving me a fast reply.
Actually am the first time doing cron.How to set a cron?which php function is using for setup a cron?How to specify cron script file?
If you giving me a sample code,it will be more helpful to me
Thank you.
Post Reply