RE: [Phplib-users] sending the url of a protected page
Brought to you by:
nhruby,
richardarcher
From: Rob H. <rob...@ws...> - 2002-11-07 16:13:12
|
I modified session self_url to be: return $this->url($HTTP_SERVER_VARS['PHP_SELF'] . "?" . $HTTP_SERVER_VARS['QUERY_STRING']); Then, the submit button on the login form calls $this->url() ($this refers to the current auth object which points at $sess->url(); > -----Original Message----- > From: php...@li... > [mailto:php...@li...]On Behalf Of Richard > Archer > Sent: Thursday, November 07, 2002 2:41 AM > To: php...@li... > Subject: [Phplib-users] sending the url of a protected page > > > Hi, > > I'm having a brain-block here... must be the heat. > > I want to send via email a URL like: > https://www.example.com/blah.php?id=123 > > The blah.php script requires admin permissions. > > I want it to put up the interstitial login screen then show the > results of the "id=123" query. > > I can't work out how to do this, but I'm sure it must be possible! > How?? > > ...Richard. > > > ------------------------------------------------------- > This sf.net email is sponsored by: See the NEW Palm > Tungsten T handheld. Power & Color in a compact size! > http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en > _______________________________________________ > Phplib-users mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phplib-users > |