View Single Post

  #2 (permalink)  
Old 04-04-2008
Sylvain SF
 
Posts: n/a
Default Re: PHP_SELF, $_SERVER, etc

eholz1 wrote on 04/04/2008 01:22:
> Hello news group,


hello,

> I would like to use the ref to the page that sent the image path for a
> "back" button from the view.php page. Or...
> What is the better way to do this?


hmm, what about: <a href="javascript:history.go(-1)">Back</a>

I always prefer solutions that use visitor CPU instead of server's CPU
but it's just my pref.

Sylvain.
Reply With Quote