I googled for quite some time already, but I still can't find how to setup crontab with lampp.
I need to run a PHP script for every 15 minutes.
So, in bash:
$ sudo -i
# crontab -e
I get a nano editor... what should I type inside?
I tried * * * * */opt/lampp/path/to/script
but it's not working.
Can anyone help me?