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
>
>
&
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
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]
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
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
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
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
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
8 matches
Mail list logo