Date: 04/21/09 (PHP Development) Keywords: php [solved, thanks to Array (
[0] => one
[1] => two
[2] => three
[3] => four five six
) How do i get it to display onscreen as: one, two, three, four five six The important thing is to *not* have a comma at the very end. thanks in advance! :) Paul
|