Re: [PHP] Re: header( 'refresh' ), form data, and IE

2007-07-25 Thread Daniel Brown
On 7/25/07, Tijnema <[EMAIL PROTECTED]> wrote: You Dans driving me insine with all those dans :P Tijnema -- Vote for PHP Color Coding in Gmail! -> http://gpcc.tijnema.info Be jealous and afraid. It's not just a name it's a race. -- Daniel P. Brown [office] (570-) 587-7080 Ext. 272 [m

Re: [PHP] Re: header( 'refresh' ), form data, and IE

2007-07-25 Thread Tijnema
On 7/25/07, Daniel Brown <[EMAIL PROTECTED]> wrote: On 7/25/07, Tijnema <[EMAIL PROTECTED]> wrote: > You Dans driving me insine with all those dans :P > > Tijnema > -- > Vote for PHP Color Coding in Gmail! -> http://gpcc.tijnema.info > Be jealous and afraid. It's not just a name it's a r

Re: [PHP] Re: header( 'refresh' ), form data, and IE

2007-07-25 Thread Tijnema
On 7/25/07, Daniel Brown <[EMAIL PROTECTED]> wrote: On 7/24/07, Daniel Kasak <[EMAIL PROTECTED]> wrote: > On Tue, 2007-07-24 at 08:13 -0400, Daniel Brown wrote: > > > Hello, Dans! > > > > Dan K., is there any reason the validation can't reside within the > > same script as the form, then

Re: [PHP] Re: header( 'refresh' ), form data, and IE

2007-07-25 Thread Daniel Brown
On 7/24/07, Daniel Kasak <[EMAIL PROTECTED]> wrote: On Tue, 2007-07-24 at 08:13 -0400, Daniel Brown wrote: > Hello, Dans! > > Dan K., is there any reason the validation can't reside within the > same script as the form, then forward on success? A very simple > example: > > if($_POST) {

Re: [PHP] Re: header( 'refresh' ), form data, and IE

2007-07-24 Thread Daniel Kasak
On Tue, 2007-07-24 at 08:13 -0400, Daniel Brown wrote: > Hello, Dans! > > Dan K., is there any reason the validation can't reside within the > same script as the form, then forward on success? A very simple > example: > > if($_POST) { > // Check to ensure that your variables are al

Re: [PHP] Re: header( 'refresh' ), form data, and IE

2007-07-24 Thread Tijnema
On 7/24/07, Daniel Brown <[EMAIL PROTECTED]> wrote: On 7/23/07, Daniel Kasak <[EMAIL PROTECTED]> wrote: > Thanks for the response Dan. Us Dans have to stick together :) > > On Mon, 2007-07-23 at 17:37 -0700, Dan wrote: > > > Then validate the field obviously! > > $description = ""; > > $categoryi

Re: [PHP] Re: header( 'refresh' ), form data, and IE

2007-07-24 Thread Daniel Brown
On 7/23/07, Daniel Kasak <[EMAIL PROTECTED]> wrote: Thanks for the response Dan. Us Dans have to stick together :) On Mon, 2007-07-23 at 17:37 -0700, Dan wrote: > Then validate the field obviously! > $description = ""; > $categoryid = ""; > > if(isset($_POST['description'])) > $description = "?

Re: [PHP] Re: header( 'refresh' ), form data, and IE

2007-07-23 Thread Daniel Kasak
Thanks for the response Dan. Us Dans have to stick together :) On Mon, 2007-07-23 at 17:37 -0700, Dan wrote: > Then validate the field obviously! > $description = ""; > $categoryid = ""; > > if(isset($_POST['description'])) > $description = "?description=$_POST['description']"; > > if(isset($_P