I need to run php script on server every day in specific hour. Can you help me, I don't know how to make it. Thank you ...
Just use "Cron" which is a daemon developed to handle such tasks. Consult your server admin for this matter. Otherwise, you can use task scheduler.
Ok i'll try it. thank you