string
implode ( string glue, array pieces)
string glue - separator, którym zostaną oddzielone rekordy
string pieces - zmienna będąca tabelą z rekordami
Cytat(Manual: implode)
Notatka: As of php 4.3.0, the glue parameter of implode() is optional and defaults to the empty string('').