RE: [PHP] Re: $HTTP_REFERER < 10

2001-07-12 Thread scott [gts]
i know that i am always interested to see code posted on this list... even if i cannot personally use the code, i'm always curious to see how people write code. > -Original Message- > From: Inércia Sensorial [mailto:[EMAIL PROTECTED]] > Subject: Re: [PHP] Re: $HTT

Re: [PHP] Re: $HTTP_REFERER < 10

2001-07-12 Thread Inércia Sensorial
Thank you Scott for the various ideas. I am preventing an eventual 'no referer' situation with a default url provided by who opens an account. I am getting (and trying to give :)) help on this list, so I will ask first before doing... Is it normal to announce personal projects here? This one

RE: [PHP] Re: $HTTP_REFERER < 10

2001-07-12 Thread scott [gts]
a partial suggestion would be to try an fopen() on the HTTP_REFERER if it was a static document like .html or .txt but if someone is being redirected from a CGI script or dyanmic page of any sort, it'll be virtually impossible to find out exactly where they came from and if that page is valid