how to add timer in php code.?

  • Thread starter Thread starter Bhagirath C
  • Start date Start date
B

Bhagirath C

Guest
how we want to execute some php code Repeatedly with the execution of another code
 
how to add timer in php code.?:
you can use : set_time_limit(900);

how we want to execute some php code Repeatedly with the execution of another code: use thread
 
Back
Top