hello
i have made this code for my website
my php file set counter to some number lets say 10
after this script does countdown when its <=1 it shows button which goes to link
my question is
how can i prevent countdown editing?
countdown starts from 60 to down but you can easily inspec element and change number to 3 so u dont need to wait 60 seconds when someone will change it to 3 it will go back to 59 or whatever number it is
i already tried
<?php
echo"
";
?>
please help