I want schedule PDF print in my PHP MySQL application, let me explain in details.
In working hours I have set 50 pdf which I want to print after 12:00 AM, because in working hours printer is busy.
So how I can set schedule print pdf using PHP, I required directly call command from the server using CRON job so no required to On my PC.
Please help me.
Use a cronjob with this setup:
* 0 * * * [user] [path to your php] [path to your php script]