Guest User

Untitled

a guest
Apr 21st, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. $_SESSION['last_page'] = $_SERVER['REQUEST_URI'];
  2.  
  3. <a href="javascript:go(-1)">back</a>
  4.  
  5. <FORM>
  6. <INPUT TYPE="button" VALUE="Go Back" onClick="history.back()">
  7. </FORM>
  8.  
  9. <FORM> <INPUT TYPE="button" VALUE="Go Back" onClick="history.go(-1)"> </FORM>
Add Comment
Please, Sign In to add comment