>I want my bgcolor display with one by one like this below
>
>
>
>
>
>
Try this:
/* -- from here -- */
\n";
foreach ($mycolor as $value) {
echo "\n\n\n";
}
echo "\n";
?>
/* -- 'til here -- */
- E
PS
See: http://www.php.net/manual/en/control-struct
The "$index&1" construct will return either 0 or 1 for even and odd rows, so
the proper color will be selected.
HTH, Stas
- Original Message -
From: "Remon Redika" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, August 28, 2002 2
I wanna do with my bgcolor trough my array
">
blablabbaba
I have look my view source output my TR bgcolor , and i found this below
I want my bgcolor display with one by one like this below
etc
help please.
--
PHP General Mailing List (http://www.php.n
3 matches
Mail list logo