Search code examples
phphostingweb-hosting

If I code in php and give specific time to execute by if -else . so will it be executed at a particular time. if the file is kept untouched


I made a code in php and gave a time of 12pm and want that code to be executed daily at that specific time so will it be executed? if this file is kept untouched?


Solution

  • The issue is Resolved. I used cron job for the same