RE: [PHP] How do I initialize a page to do something ONCE

2002-11-22 Thread @ Nilaab
ks to both of you for your help. :) - Nilaab > -Original Message- > From: Larry Brown [mailto:[EMAIL PROTECTED]] > Sent: Friday, November 22, 2002 9:31 AM > To: PHP List; @ Nilaab > Subject: RE: [PHP] How do I initialize a page to do something ONCE > > > Your fir

RE: [PHP] How do I initialize a page to do something ONCE

2002-11-22 Thread Larry Brown
Your first post stated.. > The only problem is that it is not processing the second if block -- if($start_over == 1) -- unless I actually set start_over=1 in the get string. > Your second sounds like it is executing the second block... >The variable $initialize contains "int(1)", so it does set i

RE: [PHP] How do I initialize a page to do something ONCE

2002-11-22 Thread @ Nilaab
: Friday, November 22, 2002 2:36 AM > To: [EMAIL PROTECTED] > Subject: Re: [PHP] How do I initialize a page to do something ONCE > > > On Friday 22 November 2002 07:26, [EMAIL PROTECTED] wrote: > > Hello, > > > > I have a newbie problem. I have an php page that has ma

Re: [PHP] How do I initialize a page to do something ONCE

2002-11-22 Thread Jason Wong
On Friday 22 November 2002 07:26, [EMAIL PROTECTED] wrote: > Hello, > > I have a newbie problem. I have an php page that has many layers of forms > to it. Once the user is finished with filling out one form and sending it, > another form appears. This is of course done using simple if-else or switc