I have a php code here and I would like to create a "back" href to get me back to where I was before. Here\'s what I have:
Basically my code sends data to the next page like so:
**Referring Page** $this = $_SERVER['PHP_SELF']; echo "Next Page"; **Page with button** $prev = $_GET['prev']; echo "Back";