Mailinglisten-Archive |
> Weiß einer, wie man mit PHP3 eine ICQ-Message verschicken kann?
>dazu müsstest Du (womit auch immer ob jetzt PHP oder
>nicht) das Protokoll von ICQ herausfinden (keine Ahnung ob
Viel einfacher!
function ICQpage ($uin, $subject, $message){
mail(
$uin.'_(at)_pager.icq.com',
$subject,
$message
);
}
Klappt wunderbar über ein Formular.
Siehe auch http://px.sklar.com/code-pretty.html?code_id=174
HTH
Mark
-----
Sent using MailStart.com ( http://MailStart.Com/welcome.html )
The FREE way to access your mailbox via any web browser, anywhere!
php::bar PHP Wiki - Listenarchive