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
??? Thanks, C. > -Original Message- > From: Chris Earle [mailto:[EMAIL PROTECTED]] > Sent: Saturday, July 27, 2002 1:54 AM > To: [EMAIL PROTECTED] > Subject: [PHP] Re: Table formatting > > You can do what he said or just put a separate loop inside the original > loop. &

RE: [PHP] Re: Table formatting

2002-07-27 Thread Wouter | esctoday.com
; echo ""; echo join("", $row); echo ""; echo ""; }; -- -Oorspronkelijk bericht- Van: Chris Earle [mailto:[EMAIL PROTECTED]] Verzonden: 27 July 2002 06:54 Aan: [EMAIL PROTECTED] Onderwerp: [PHP] Re:

[PHP] Re: Table formatting

2002-07-26 Thread Chris Earle
You can do what he said or just put a separate loop inside the original loop. Depending on how you get the info, you can use either way (his would create less overhead if you are just using the same info every row, otherwise they're really the same because his way you'll have to create an array