At 05:54 20.11.2002, Michael P. Carel said:
[snip]
>Hi to all,
>
>I have a problem regarding exploding string. I want to explode string
>sepated by "+" sign, but i want it also the first variable in the array be
>distinc in terms of collor or whatever when v
Hi to all,
I have a problem regarding exploding string. I want to explode string
sepated by "+" sign, but i want it also the first variable in the array be
distinc in terms of collor or whatever when viewed in the page.
ex.
$no=("1+2+3");
$number=explode("+", $no);
how could i echo $no with th
2 matches
Mail list logo