Re: [PHP] redirect to a page the fist time a site is accessed

2009-04-16 Thread Clancy
On Thu, 16 Apr 2009 09:26:52 -0500, nos...@mckenzies.net (Shawn McKenzie) wrote: >Stuart wrote: >> 2009/4/15 Don : >>> I have some code in my index.php file that check the user agent and >>> redirects to a warning page if IE 6 or less is encountered. >>> >>> 1. I'm using a framework and so calls t

Re: [PHP] redirect to a page the fist time a site is accessed

2009-04-16 Thread Shawn McKenzie
Stuart wrote: > 2009/4/15 Don : >> I have some code in my index.php file that check the user agent and >> redirects to a warning page if IE 6 or less is encountered. >> >> 1. I'm using a framework and so calls to all pages go through index.php >> 2. The code that checks for IE 6 or less and redirec

Re: [PHP] redirect to a page the fist time a site is accessed

2009-04-16 Thread Igor Escobar
I Agree with @stuart. Regards, Igor Escoar Systems Analyst & Interface Designer -- Personal Blog ~ blog.igorescobar.com Online Portifolio ~ www.igorescobar.com Twitter ~ @igorescobar On Thu, Apr 16, 2009 at 6:05 AM, Stuart wrote: > 2009/4/15 Don : > > I have some code in my index.php fil

Re: [PHP] redirect to a page the fist time a site is accessed

2009-04-16 Thread Stuart
2009/4/15 Don : > I have some code in my index.php file that check the user agent and > redirects to a warning page if IE 6 or less is encountered. > > 1. I'm using a framework and so calls to all pages go through index.php > 2. The code that checks for IE 6 or less and redirects is in index.php >

RE: [PHP] redirect to a page the fist time a site is accessed

2009-04-16 Thread Jencisson Tsu
hey,boy, i think you should use datebase to store user status,use user's internet-ip and intranet-ip to idenification. > To: php-general@lists.php.net > From: d...@program-it.ca > Date: Wed, 15 Apr 2009 16:20:05 -0400 > Subject: Re: [PHP] redirect to a page the fist time a

Re: [PHP] redirect to a page the fist time a site is accessed

2009-04-15 Thread Don
"Andrew Ballard" wrote in message news:b6023aa40904150926g3e6fb478s36b18b6a53ec3...@mail.gmail.com... On Tue, Apr 14, 2009 at 10:30 PM, Jason Pruim wrote: > > > On Apr 14, 2009, at 10:11 PM, "Don" wrote: > >> Hi, >> >> I have some code in my index.php file that check the user agent and >> redi

Re: [PHP] redirect to a page the fist time a site is accessed

2009-04-15 Thread Andrew Ballard
On Tue, Apr 14, 2009 at 10:30 PM, Jason Pruim wrote: > > > On Apr 14, 2009, at 10:11 PM, "Don" wrote: > >> Hi, >> >> I have some code in my index.php file that check the user agent and >> redirects to a warning page if IE 6 or less is encountered. >> >> 1. I'm using a framework and so calls to al

Re: [PHP] redirect to a page the fist time a site is accessed

2009-04-14 Thread Jason Pruim
On Apr 14, 2009, at 10:11 PM, "Don" wrote: Hi, I have some code in my index.php file that check the user agent and redirects to a warning page if IE 6 or less is encountered. 1. I'm using a framework and so calls to all pages go through index.php 2. The code that checks for IE 6 or less

Re: [PHP] redirect to a page the fist time a site is accessed

2009-04-14 Thread Chris
Don wrote: Hi, I have some code in my index.php file that check the user agent and redirects to a warning page if IE 6 or less is encountered. 1. I'm using a framework and so calls to all pages go through index.php 2. The code that checks for IE 6 or less and redirects is in index.php I know

[PHP] redirect to a page the fist time a site is accessed

2009-04-14 Thread Don
Hi, I have some code in my index.php file that check the user agent and redirects to a warning page if IE 6 or less is encountered. 1. I'm using a framework and so calls to all pages go through index.php 2. The code that checks for IE 6 or less and redirects is in index.php I know how to redire