4
I need every day, the system sends shipping orders to the post office. How can I do this automatically, without needing any user to load the page or anything like that?
I would use the same logic of doing something automatically without user interaction (without having to do something, open some page or something like that) in other things, I haven’t found anything like it so far.
You can do this with PHP?
I think there is no reason to run a CURL, especially using the domain instead of the IP, searching for a DNS. I think the easiest thing, if Cron is on the same file server, or on the same network, is to set a command like "php -q /local/do/file.php", it’s faster.
– Inkeliz
It depends. If it’s a framework and you have a controller you won’t be able to call app/controller.php
– Alisson Acioli