I need the script "something.php" to run every 15 minutes, is this command right:
15 /htdocs/html/something.php
Thanks -Ed
No, it runs at every xx:15, like 1:15,2:15,3:15....
use: 0,15,30,45 /htdocs/html/something.php
And how about something that will actually run the script? E.g. php binary (if you have it on your server). Or... you can use wget program to call you script: 0,15,30,45 wget http://YOUR_SERVER/htdocs/html/something.php