adam291086 Posted October 26, 2007 Share Posted October 26, 2007 hello people I see people are talking a little about Cron jobs. I have read up a little on them through google and have gotten a little confused. Is this just a linux thing? It's something new to me and i want to use this later on in my project. Can anyone explain this to me or point me to a good site. Can i make these code in windows? Quote Link to comment https://forums.phpfreaks.com/topic/74870-solved-question/ Share on other sites More sharing options...
MasterACE14 Posted October 26, 2007 Share Posted October 26, 2007 cron is simply, setting a time, and setting a file to execute on that time. It is a linux thing, and is included in most webhosting plans that have Cpanel. It isn't a windows thing, and I don't think it is possible to install any form of cron on a windows machine. Cron is pretty straight forward to use, and their are many guides you can find on google. Regards ACE Quote Link to comment https://forums.phpfreaks.com/topic/74870-solved-question/#findComment-378548 Share on other sites More sharing options...
adam291086 Posted October 26, 2007 Author Share Posted October 26, 2007 Thanks for that just one more question. Do i need a linux machine to set one up or can i just use a web hosting companies site gui? Quote Link to comment https://forums.phpfreaks.com/topic/74870-solved-question/#findComment-378552 Share on other sites More sharing options...
premiso Posted October 26, 2007 Share Posted October 26, 2007 If the web hosting sites gui offers it than you can use it. Windows alternative to cron job is Scheduled Tasks. More limited, but may be able to do the same thing. Usually Cronjobs are setup via SSH, unless the webhost specifically has a place in their GUI, if it is a windows hosted machine you may not have that option. Quote Link to comment https://forums.phpfreaks.com/topic/74870-solved-question/#findComment-378600 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.