I need a script in php to run even with the browser closed. Is there a possibility?
I'd like some suggestions.
Thank you!
I need a script in php to run even with the browser closed. Is there a possibility?
I'd like some suggestions.
Thank you!
I use php scripts in the background using linux.
just put
#!/usr/bin/php -q
<?php
// CODIGO PHP
and put your php code.
Then you configure your linux crontab to run your script at certain times and / or days.