Re: [PHP] Logic -- conditional statements

2002-06-04 Thread Analysis & Solutions
On Tue, Jun 04, 2002 at 04:40:26AM +0400, Ricardo Fitzgerald wrote: > > I'm trying to echo a neat table I've GOT to bust your chops. That table and your code are anything BUT neat. For neat, you need to put tags to close each cell. Also nest your code properly... if ($value2 ==0) {

RE: [PHP] Logic -- conditional statements

2002-06-04 Thread John Holmes
p; $valueChk <= 3) > > //for 3rd row > if($valueChk == 3) > > > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > t]On Behalf Of Naintara Jain > Sent: Tuesday, June 04, 2002 2:37 PM > To: Ricardo Fitzgerald; [EMAIL PROTECT

FW: [PHP] Logic -- conditional statements

2002-06-04 Thread Naintara Jain
IL PROTECTED] [mailto:[EMAIL PROTECTED] t]On Behalf Of Naintara Jain Sent: Tuesday, June 04, 2002 2:37 PM To: Ricardo Fitzgerald; [EMAIL PROTECTED] Subject: RE: [PHP] Logic -- conditional statements The problem here is that you have defined three different variables $value1,$value2,$value3. Keep only

RE: [PHP] Logic -- conditional statements

2002-06-04 Thread Naintara Jain
ECTED] [mailto:[EMAIL PROTECTED] t]On Behalf Of Ricardo Fitzgerald Sent: Friday, July 10, 2893 3:44 PM To: [EMAIL PROTECTED] Subject: [PHP] Logic -- conditional statements Hi to all, I'm trying to echo a neat table with values from a form, depending on the values it echoes a table with one row with

[PHP] Logic -- conditional statements

2002-06-04 Thread Ricardo Fitzgerald
Hi to all, I'm trying to echo a neat table with values from a form, depending on the values it echoes a table with one row with two or with three: Then I have conditional nested statements, to validate these variables and wrote the table with the proper values in each case, the problem is the tab