RE: [PHP] Re: Table formatting <-- PARTIALY SOLVED

2002-07-30 Thread Tim Ward
that? Tim Ward www.chessish.com > -Original Message- > From: César Aracena [mailto:[EMAIL PROTECTED]] > Sent: 29 July 2002 16:39 > To: 'Martin Towell'; [EMAIL PROTECTED] > Subject: RE: [PHP] Re: Table formatting <-- PARTIALY SOLVED > > &

RE: [PHP] Re: Table formatting <-- PARTIALY SOLVED

2002-07-29 Thread César Aracena
this fourth image from *TRYING TO* showing? Thanx a lot, C. > -Original Message- > From: César Aracena [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 29, 2002 12:39 PM > To: 'Martin Towell'; [EMAIL PROTECTED] > Subject: RE: [PHP] Re: Table formatting <-- PAR

RE: [PHP] Re: Table formatting <-- PARTIALY SOLVED

2002-07-29 Thread César Aracena
tched from the DB? Pardon my interest in learning, but this is how I am. Thanks a lot, C. > -Original Message- > From: Martin Towell [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 29, 2002 2:05 AM > To: 'César Aracena'; [EMAIL PROTECTED] > Subject: RE: [PHP]

RE: [PHP] Re: Table formatting

2002-07-28 Thread Martin Towell
EMAIL PROTECTED]] Sent: Monday, July 29, 2002 2:03 PM To: [EMAIL PROTECTED] Subject: RE: [PHP] Re: Table formatting I know no one in this list like to think we newbie's want the job done for us, so I'm trying to figure out the below question myself, but trust me when I say it's makin

RE: [PHP] Re: Table formatting

2002-07-28 Thread César Aracena
it out (almost melted my brain though)... now, do you know what is going on? Thanx, C. > -Original Message----- > From: César Aracena [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 29, 2002 12:27 AM > To: 'Chris Earle'; [EMAIL PROTECTED] > Subject: RE: [PHP] Re: Table fo

Re: [PHP] Re: Table formatting

2002-07-28 Thread Jason Wong
On Monday 29 July 2002 11:27, César Aracena wrote: > I like this method a lot. Now, considering I do like FOR looping as a > fact, how can I make a loop inside another loop. I mean, if I tell the > first loop that $i=0 and then do the comparison and then add 1 to $i, in > the inner or second loop

RE: [PHP] Re: Table formatting

2002-07-28 Thread César Aracena
I like this method a lot. Now, considering I do like FOR looping as a fact, how can I make a loop inside another loop. I mean, if I tell the first loop that $i=0 and then do the comparison and then add 1 to $i, in the inner or second loop should I state that $i=$i or what? Also make it $i=0??? Th

RE: [PHP] Re: Table formatting

2002-07-27 Thread Wouter | esctoday.com
I'd use the following code: -- // DB QUERY $query = "SELECT columnFirst, columnSecond, columnThird FROM table_name"; $result = mysql_query($query) or die(mysql_error()); // NOW THE LOOP while ($row = mysql_fetch_assoc($result)) { echo ""; echo ""; echo