I need to run a php script at the scheduled time daily to update some fields in database and to send automated email. How I can do this?
Is it possible to write so
You should use a Cron job to do it. Check out the examples on the Wikipedia page.
The Cron Job should call a script using the php executable that runs the necessary task.
php