21 Lut 2010, 20:06
13 Cze 2010, 10:55
<head>
<meta http-equiv="Refresh" content="s" />
</head>
<?php
$GG = new GG();
$tresc =' Treść wiadomości';
$GG->connect('numer gg', 'hasło'); // logowanie
$GG->changeStatus(GG_STATUS_AVAILABLE); // status na dostepny
$GG->sendMessage($numer,$tresc); // wysylanie wiadomosci
$GG->ping();
$GG->disconnect();
?>