Ok, I'm on php 5.2.9, which, according to some things I've read on the forum, might mean I'm on the intermediate version. Either way, I'm unable to get any output from a php script or even from a direct linux command, e.g., 'touch'. I assume that there are php functions that would work in a cron job even with basic php. For instance, if I create a cron job with a php script that just executes an echo command, I'm getting no output. I assume that an echo command would produce output even with a basic php version.
If I'm wrong about this, please let me know. At this point, I'm looking for any possible means to get a cron job to execute. If I can get past that point, I'll start looking at more complicated scripts.
If I'm wrong about this, please let me know. At this point, I'm looking for any possible means to get a cron job to execute. If I can get past that point, I'll start looking at more complicated scripts.