i have a small php file that need to run about 30 minutes
but my php max_execution_time setting is default, only 30 seconds
so can i put the php file ie in /home/file.php to exclude from php limit & execute it via Cron job?
ie cron job commands : php /home/file.php
but my php max_execution_time setting is default, only 30 seconds
so can i put the php file ie in /home/file.php to exclude from php limit & execute it via Cron job?
ie cron job commands : php /home/file.php