When i do this
when i do it this way it resets the counter on the first click then display on the second... is there a way to do it with one click?Code:<?php if($_POST[reset]) { unset($_SESSION[counter]); unset($_SESSION[display]); } ?> with a submit button with the name reset...



Reply With Quote

Bookmarks