View Single Post
  #1 (permalink)  
Old 04-21-2008, 07:45 AM
Filip Filip is offline
Junior Member
 
Join Date: Apr 2008
Posts: 28
Default Is there some kind of built in referer?

Hello,

I've been looking for some kind of referer variable that (most likely) is already implemented in ZEND itself? Like a variable I can just ask what the last page was?

I should think there already is something implemented for that.


On the site I'm making I have page A that has 2 actions (approve & deny). These actions can be called at different pages as well, so I would need to know what page I can from to link back to that page. I've been googling for referer in ZEND and I haven't really been very succesful in finding a solution to this. I probably could always put it in a session var, but thats just too stupid if there's a method implemented for it?

Hope somebody can point me in the right direction !

Kind Regards,


Filip
Reply With Quote