Login to icq account to receive messages from contact #12345678
Posted
by justastefan
on Stack Overflow
See other posts from Stack Overflow
or by justastefan
Published on 2010-06-15T07:29:33Z
Indexed on
2010/06/15
7:32 UTC
Read the original article
Hit count: 208
Is there a way to have a php-script running, that does the following things: - log into icq-account - receive all (if any) messages from an existing contact #12345678 and - write those messages into an array like e.g. $messages = array();
© Stack Overflow or respective owner