How would you make it so you could hit a link and it'll send you to were you came from?
How would you make a link bring you to a page, and that page auto-load the next one...kinda like when updating your profile?
1)
there are two ways. Javascript or PHP
the PHP way is
$_SERVER['HTTP_REFERER']
2)
You want a Meta URL go here http://www.w3schools.com and goto HTML it shows you how to do a meta URL. Or view source before the page reloads.
<? php
print("Thanx, I'll try that!");
man, i really need to get used to this vB Code...🙁