Im pretty sure I know what Im doing but just need someone to verify since their tech guy said that's out of the scope of what they do.
I have a cron of */5 * * * * php -q /home/user/public_html/clients/pipe/pop.php
I know */5 * * * * is the general settings for the time frame. So I can set that. Now the question is does:
php -q /home/user/public_html/clients/pipe/pop.php
go in the command line? The main thing confusing me is that I have never had a cron command with php -q in front of it like that, but these are .php files which I have never done before either.
I have a cron of */5 * * * * php -q /home/user/public_html/clients/pipe/pop.php
I know */5 * * * * is the general settings for the time frame. So I can set that. Now the question is does:
php -q /home/user/public_html/clients/pipe/pop.php
go in the command line? The main thing confusing me is that I have never had a cron command with php -q in front of it like that, but these are .php files which I have never done before either.