Set timer in PHP

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • pradeep

    Set timer in PHP

    Hi,
    I want to execute function during particular time.
    then what to do ?
    How set the timer in PHP Program .
    Please, guide me

  • Willem Bogaerts

    #2
    Re: Set timer in PHP

    Hi,
    I want to execute function during particular time.
    then what to do ?
    How set the timer in PHP Program .
    Please, guide me
    You usually don't set the timer in the PHP script itself, but schedule
    it with CRON or Task Scheduler in your OS.

    Best regards
    --
    Willem Bogaerts

    Application smith
    Kratz B.V.

    Comment

    Working...