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-gen

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 g