Shnacker
02-16-2008, 05:57 PM
I have php script file, actually a couple. Each is triggered by cron. In the cron command line I am successfully using:
/ramdisk/bin/php4 $HOME/scriptfile.php
You see the part that is "/ramdisk/bin/php4", that obviously works, but not sure if it is correct. I mean, now have switched to php5 as default on my account. So what should I use ... what's preferred ... what's best? I'd prefer using php5, or just the default for my account which is now php5 (scripts that end in .php and run thru php5 now).
Thanks.
/ramdisk/bin/php4 $HOME/scriptfile.php
You see the part that is "/ramdisk/bin/php4", that obviously works, but not sure if it is correct. I mean, now have switched to php5 as default on my account. So what should I use ... what's preferred ... what's best? I'd prefer using php5, or just the default for my account which is now php5 (scripts that end in .php and run thru php5 now).
Thanks.