Re: [PHP] (new question on this) http referer

2004-04-10 Thread Don Read
On 08-Apr-2004 John Nichel wrote: > Joe Szilagyi wrote: >> Just a follow up on this one--I've seen where consistently that >> $HTTP_REFERER will only show local referers, but not stuff from >> other >> sites/hostnames. This is on mod_php... any workaround for that? >> >> Regards, >> Joe > > The

Re: [PHP] (new question on this) http referer

2004-04-08 Thread John W. Holmes
Richard Davey wrote: Hello Robert, Thursday, April 8, 2004, 7:13:27 PM, you wrote: RC> Aaah ok. That makes more sense to me :) Sorry was confused by the use of RC> the word redirect. Thought you were redirecting the user to an alternate RC> script with the reposted data. I'm not sure I understan

RE: [PHP] (new question on this) http referer

2004-04-08 Thread Pablo Gosse
The referrer is sent by the referring machine. If that machine isn't setting it, you can't get it. If memory serves, I think I remember someone claiming that this could also be blocked at a firewall...don't know if that's true or not though. Yup, certain firewalls either mangle the HTTP_REF

Re: [PHP] (new question on this) http referer

2004-04-08 Thread Robert Cummings
On Thu, 2004-04-08 at 12:36, Duncan Hill wrote: > On Thursday 08 April 2004 17:31, Joe Szilagyi wrote: > > Just a follow up on this one--I've seen where consistently that > > $HTTP_REFERER will only show local referers, but not stuff from other > > sites/hostnames. This is on mod_php... any workaro

Re: [PHP] (new question on this) http referer

2004-04-08 Thread John Nichel
Joe Szilagyi wrote: Just a follow up on this one--I've seen where consistently that $HTTP_REFERER will only show local referers, but not stuff from other sites/hostnames. This is on mod_php... any workaround for that? Regards, Joe The referrer is sent by the referring machine. If that machine isn'

Re: [PHP] (new question on this) http referer

2004-04-08 Thread Curt Zirzow
* Thus wrote Joe Szilagyi ([EMAIL PROTECTED]): > Just a follow up on this one--I've seen where consistently that > $HTTP_REFERER will only show local referers, but not stuff from other > sites/hostnames. This is on mod_php... any workaround for that? Its up to the web browser to decide if it is go

Re: [PHP] (new question on this) http referer

2004-04-08 Thread Duncan Hill
On Thursday 08 April 2004 17:31, Joe Szilagyi wrote: > Just a follow up on this one--I've seen where consistently that > $HTTP_REFERER will only show local referers, but not stuff from other > sites/hostnames. This is on mod_php... any workaround for that? Referrer is a function of the browser. I

Re: [PHP] (new question on this) http referer

2004-04-08 Thread Joe Szilagyi
Just a follow up on this one--I've seen where consistently that $HTTP_REFERER will only show local referers, but not stuff from other sites/hostnames. This is on mod_php... any workaround for that? Regards, Joe - Original Message - From: "John W. Holmes" <[EMAIL PROTECTED]> To: "php"

Re: [PHP] New Question...tables

2002-09-26 Thread Tom Rogers
Hi, Friday, September 27, 2002, 10:20:32 AM, you wrote: SM> Thanks to Micah Ive resolved my old problem, but now im working on something new and fairly gnarly...i ahve a data entry form and one of the textareas on the form needs to have the ability to SM> take a table...from users who dont know

Re: [PHP] new question

2002-01-31 Thread Michael A. Peters
man crontab essentially you just need to load it into your crontab. crontab /path/to/cron.txt should do it. -=- What I do is keep a file in my home directory called crontab.txt That's the file I edit. When I add something to my crontab- I add it to that file. Then I run crontab ~/crontab.txt