php have the function that work similar to browser button that can back to the previous web page access??
Printable View
php have the function that work similar to browser button that can back to the previous web page access??
You need to use javascript to do that:
HTML Code:<a href="javascript:history.go(-1)">Go Back</a>
how about if that is a button?
<input type="button" onClick="javascript:history.go(-1);" value="Previous">
I wish I had your skills :cry:Quote:
Originally Posted by mendhak
My 5k|117_ are fascist elite.