Cron?

A

Anonymous

Guest
What is a cron job? I saw this as an option on my web server.

Thanks

Will
 
elitecodex said:
What is a cron job? I saw this as an option on my web server.

Thanks

Will
Hi Will!
cron - its a UNINX,LINUX (POSIX) program if you never work with UNIX, only Windows, it's like shedule.
You can use cron for planind start some script or programm before run you'r main programm.
 
Sounds like a real handy tool. Where can I find docs on this? This will come in handy for my website :)

Thanks for the help!!

Will
 
elitecodex said:
Sounds like a real handy tool. Where can I find docs on this? This will come in handy for my website :)

Thanks for the help!!

Will

If your ISP not give information about cron you can read about cron at the http://www.unixgeeks.org/security/newbie/unix/cron-1.html

Thats is your ISP?
Your welcome!
 
And once more:
http://www.verysimple.com/scripts/support_unix.html

:wink:
 
My ISP is Verizon... but i saw this on my control panel where i host my website. *wonders if he said ISP instead*...

My webhost provider is SterletNET (http://www.sterlet.net/). Thanks

Will
 
If your hosting use Unix OS - he has Cron. If you can so it on your control panel may be you push button and makes some experements with cron...

Best regards.
 
Hi, :D

I'm a PHP programmer and my server is apache ( Unix )

I want create auto sender e-mail every Sunday at 12:00 pm automatically (for example)

What Can I Do? :?:
I call to my provider and they set the cron using (http://www.unixgeeks.org/security/newbie/unix/cron-1.html) and…. ?
???
Can I set the cron to execute a program bla.php in my /user/bla/mycronfile/index.php directory?
The php program works using mySQL and send e-mails and…. until finish ?

A GREAT VERY VERY VERY THANKssss :D
 
How can I automatic run a php?

I want to auto send messages via e-mail.
Thank you
 
Back
Top