>Which gives out the output:
>Tesing arrays:
>ryan1,
>ryan1.2,
>ryan2,
>ryan2.1.1.1.1.1,
>ryan3,
>ryan3.2,
>
>my question/problem is simply this: how do i stop the last comma from
>coming?
Hi,
See http://www.php.net/manual/en/function.implode.php
Pekka
http://photography-on-the.net/
--
PHP
echo join (',', $a1);
On Fri, 10 May 2002, r wrote:
> Here is the code:
> $a1[]="ryan1";
> $a1[]="ryan1.2";
> $a1[]="ryan2";
> $a1[]="ryan2.1.1.1.1.1";
> $a1[]="ryan3";
> $a1[]="ryan3.2";
> reset($a1);
>
> print("Tesing arrays:");
> while(list($aa1,$aa2) = each ($a1))
> {
> print($aa2 . ",");
>
ECTED]]
Sent: Friday, May 10, 2002 3:19 AM
To: [EMAIL PROTECTED]
Subject: [PHP] simple array question (Am a Newbie kindly excuse.)
Greetings my PHP people.
Will do things a bit backwork code first and what i want as that seems
the
easiest way to explain
Here is the code:
");
while(list($aa1,$
Greetings my PHP people.
Will do things a bit backwork code first and what i want as that seems the
easiest way to explain
Here is the code:
");
while(list($aa1,$aa2) = each ($a1))
{
print($aa2 . ",");
}
?>
Which gives out the output:
Tesing arrays:
ryan1,
ryan1.2,
ryan2,
ryan2.1.1.1.1.1,
ryan3
4 matches
Mail list logo