• Resolved wpman

    (@iwpman)


    Hi,
    I want to do something after Countdown Reaches Zero. How to write php script ?
    Sample:

    
    if($countdown==$zero){
    echo "do something";
    }
    
Viewing 1 replies (of 1 total)
  • Plugin Contributor twinpictures

    (@twinpictures)

    what, exactly, is the something you want to do?

    You cannot trigger a php event, as php is server side, and when the timer reaches zero, the page has already been rendered.

    By using T(-) Countdown Events, you can trigger JavaScript events, and add/remove/swap content of page elements. The events plugin also comes with a very high level of support, so we’ll provide personal assistance in getting a solution setup.

Viewing 1 replies (of 1 total)

The topic ‘When Countdown Reaches Zero in php’ is closed to new replies.