harkly
11-21-2011, 05:57 PM
I am currently using a $_GET to reset info in a table. I want to be able to reset that info without having the URL change, but not sure how or where to look. I thought that I could use $_POST but can't figure out how.
url starts out as index.php
have a link to reset data <a href='index.php?id=reset'>reset to 0</a>
url changes to index.php?id=reset
can someone help point me in a good direction?
url starts out as index.php
have a link to reset data <a href='index.php?id=reset'>reset to 0</a>
url changes to index.php?id=reset
can someone help point me in a good direction?