Re: [PHP] Referring URL Authentication

2007-03-14 Thread Robert Cummings
On Wed, 2007-03-14 at 16:23 +, Matthew Vickery wrote: > Robert Cummings wrote: > > On Wed, 2007-03-14 at 14:50 +, Matthew Vickery wrote: > >> The situation is as follows: > >> I wish to protect the entire Website http://www.example.com from > >> direct URL access. i.e. if someone enters htt

Re: [PHP] Referring URL Authentication

2007-03-14 Thread Matthew Vickery
Robert Cummings wrote: On Wed, 2007-03-14 at 14:50 +, Matthew Vickery wrote: The situation is as follows: I wish to protect the entire Website http://www.example.com from direct URL access. i.e. if someone enters http://www.example.com into their browser they get a message stating that they

RE: [PHP] Referring URL Authentication

2007-03-14 Thread Tim
> -Message d'origine- > De : Robert Cummings [mailto:[EMAIL PROTECTED] > Envoyé : mercredi 14 mars 2007 16:13 > À : Matthew Vickery > Cc : php-general@lists.php.net > Objet : Re: [PHP] Referring URL Authentication > > On Wed, 2007-03-14 at 14:50 +, M

Re: [PHP] Referring URL Authentication

2007-03-14 Thread Robert Cummings
On Wed, 2007-03-14 at 14:50 +, Matthew Vickery wrote: > The situation is as follows: > I wish to protect the entire Website http://www.example.com from > direct URL access. i.e. if someone enters http://www.example.com into > their browser they get a message stating that they are not authorised

Re: [PHP] Referring URL Authentication

2007-03-14 Thread Tijnema !
On 3/14/07, Matthew Vickery <[EMAIL PROTECTED]> wrote: The situation is as follows: I wish to protect the entire Website http://www.example.com from direct URL access. i.e. if someone enters http://www.example.com into their browser they get a message stating that they are not authorised to acces

RE: [PHP] referring url

2001-07-11 Thread Boget, Chris
> > Is there a way in PHP to get the referring url when a link is click > > to get to that page? > $HTTP_REFERER > getenv('HTTP_REFERER') Note that this isn't supported on all browsers and can be turned off or faked/munged. Chris

Re: [PHP] referring url

2001-07-11 Thread Alexander Wagner
Joseph Bannon wrote: > Is there a way in PHP to get the referring url when a link is click > to get to that page? $HTTP_REFERER getenv('HTTP_REFERER') regards Wagner -- Madness takes its toll. Please have exact change. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: