On Wed, Jul 17, 2002 at 12:26:08PM -0400, DonPro wrote:
>
> $color_list = explode(",", $color);
>
> Now that I have a string of colors delimited by commas, I would like to
> parse the string and print out all my colors.
Start with turning on line wrapping in your email client...
Now, your sen
D> Hi,
D> I have the following situation. I have an array of colors that I would like to
print out. My first course of action would be to convert the array to a string so
that I can parse it. My command
D> would be:
D> $color_list = explode(",", $color);
D> Now that I have a string of colo
How do you want to parse the string? why not just echo $color_list?
---John Holmes...
- Original Message -
From: "DonPro" <[EMAIL PROTECTED]>
To: "php list" <[EMAIL PROTECTED]>
Sent: Wednesday, July 17, 2002 12:26 PM
Subject: [PHP] Confused about the l
Hi,
I have the following situation. I have an array of colors that I would like to print
out. My first course of action would be to convert the array to a string so that I
can parse it. My command would be:
$color_list = explode(",", $color);
Now that I have a string of colors delimited by
4 matches
Mail list logo