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 switch

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

2002-11-22 Thread @ Nilaab
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 many layers of forms to it. Once the user is finished with filling out one

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

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

2002-11-22 Thread @ Nilaab
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 first post stated.. The only problem