| px | top | add code | search | signup | login | help |
<?php
/*
ICQ Pager
by Eric Hanson - eric@cornado.com
http://www.chatprogram.com/
July 24, 1999
this is a very trivial script, but i didn't know how to do it initially so
maybe it will be helpful to others. it uses mirabilis' icq pager system to
send an ICQ message to a specified UIN. thanks to ross "the boss" at
activestudios.net. i use this script to alert me if someone enters our
product support chat.
*/
function ICQpage ($uin, $subject, $message) {
mail (
$uin.'@pager.icq.com',
$subject,
$message
);
}
?>
Comments or questions?
PX is running PHP 5.2.11
Thanks to Miranda Productions for hosting and bandwidth.
Use of any code from PX is at your own risk.