0

I have problem when timer of auction process is completed then one php script is executed at server.

Because i have problem is the after start auction it is not needed browser is opened.

I have not used cron job because i need execute php script exactly when timer will be completed.

I have also AWS server so please help if you have other way to execute php process at exact time in server automatically without help of browser.

Bhavin Thummar
  • 1,255
  • 1
  • 12
  • 29

1 Answers1

1

theres 3 standard way to do this
1. cron
2. daemon
3. user driven

this may help ya

benyamin
  • 156
  • 2
  • 12