Re: [PHP-DB] $_SERVER

2006-09-26 Thread Chris
Ron Piggott (PHP) wrote: Is there a predefined variable that will tell me the resolution of the browser that is looking at my site? You have to do this through javascript, php can't capture that information. -- Postgresql & php tutorials http://www.designmagick.com/ -- PHP Database Mailing Li

[PHP-DB] $_SERVER

2006-09-26 Thread Ron Piggott (PHP)
Is there a predefined variable that will tell me the resolution of the browser that is looking at my site? EXAMPLE 1024 X 768 OR 800 X 600 Ron

Re: [PHP-DB] $_SERVER['HTTP_REFERRER']

2004-07-09 Thread Robert Amos
Last I checked the HTTP spec still doesn't know how to spell. You should find that $_SERVER['HTTP_REFERER'] has what you want. On Fri, 09 Jul 2004 17:49:41 GMT, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > For some reason I cannot get this to work. I'm trying to use the referrer to > redirect at

[PHP-DB] $_SERVER['HTTP_REFERRER']

2004-07-09 Thread webmaster
For some reason I cannot get this to work. I'm trying to use the referrer to redirect at the end of a form processing script, but it wont recognize the referrer. I read that it just wont work with some browsers, isps, and/or security settings. If this is the case, does anyone know a work aroun