Replies: 0
Hi,
I want to do something after Countdown Reaches Zero. How to write php script ?
Sample:
if($countdown==$zero){
echo "do something";
}
Replies: 0
Hi,
I want to do something after Countdown Reaches Zero. How to write php script ?
Sample:
if($countdown==$zero){
echo "do something";
}