Hi
i am trying to make a button refresh a page but i dont know how to do it. The button is on a page called admin.php and when i press it i want that page to refresh.
any ideas? thanks
<?php echo "<form name=\"refresh\" method=\"post\" action=\"$PHP_SELF\">\n"; echo "<input type=\"submit\">\n"; echo "</form>\n"; ?>
Do U mean something like that?? (you don't need php for that 😉)