Tu biblioteka - http://lgpl.nastal.pl/rfGG.class.zip
Przy oddzieleniu przecinkiem wysyła się tylko do 1. numeru.
Sam skrypt wykonujący to wygląda tak:
<?php include('rfGG.class.php'); $GG = new rfGG(rfGG::VER_77); // brak paramteru oznacza VER_80 if ($GG->connect('13xx','frxx')) { if (!$GG->sendMessage('3680942',"wiadomosc?!")) { } if (!$GG->changeStatus(rfGG::STATUS_BUSY_DESCR,'Opis!')) { } $GG->ping(); $GG->disconnect('niedostepny!'); //$messages = $GG->getMessageOne(); } ?>