Re: [fw-general] post uri

2007-09-27 Thread Tobias Gies
you could try to read $_SERVER['REFERER'], but that one is only accessible
if the user's browser sends it to the server.

2007/9/27, Waigani [EMAIL PROTECTED]:


 Hi All,

 Is there a way to find out where a post has come from, without sending the
 info in the form? In particular, can you get the module controller and
 action.

 Cheers,

 --
 View this message in context:
 http://www.nabble.com/post-uri-tf4526349s16154.html#a12914633
 Sent from the Zend Framework mailing list archive at Nabble.com.




RE: [fw-general] post uri

2007-09-27 Thread Steven Brown
Or store it in the session on the previous page, but it won't work if
someone has multiple pages open...why wouldn't you want to send it in the
form?

 

From: Tobias Gies [mailto:[EMAIL PROTECTED] 
Sent: Thursday, 27 September 2007 5:16 PM
To: Zend Framework General
Subject: Re: [fw-general] post uri

 

you could try to read $_SERVER['REFERER'], but that one is only accessible
if the user's browser sends it to the server.

2007/9/27, Waigani  [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
:


Hi All,

Is there a way to find out where a post has come from, without sending the 
info in the form? In particular, can you get the module controller and
action.

Cheers,

--
View this message in context:
http://www.nabble.com/post-uri-tf4526349s16154.html#a12914633 
Sent from the Zend Framework mailing list archive at Nabble.com.