peacecodotnet
Programmer
OK, I'm not particularly good with UNIX. In fact, I know nothing about it. However, I have a web site that is growing fairly fast, and I want to use CRON jobs to do stuff. I guess I have two main questions:
--Do you have to put the files that you want the cron to do in a certain place? When I first did it, I just put in a file name and put that file right on my server. When it tried to execute I got a message that looked like this:
/bin/sh: line 1: ip.php: command not found
ip.php is the address that I put in for it to execute...which leads me to my next question:
--Do you have to make a certain kind of file for it to execute? Can it be a PHP file, or does it have to be something weird?
Thank you to anyone who can help me.
Peace out,
Peace Co.
--Do you have to put the files that you want the cron to do in a certain place? When I first did it, I just put in a file name and put that file right on my server. When it tried to execute I got a message that looked like this:
/bin/sh: line 1: ip.php: command not found
ip.php is the address that I put in for it to execute...which leads me to my next question:
--Do you have to make a certain kind of file for it to execute? Can it be a PHP file, or does it have to be something weird?
Thank you to anyone who can help me.
Peace out,
Peace Co.