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();
edit I'd like to have answer like: "bla" is good, active community, frequently updated, as icq changes a lot their internals,...
Let's see: http://www.google.com/search?q=icq+php
First result of that: http://www.phpclasses.org/package/3663-PHP-Communicate-with-ICQ-users.html
I'd say that's the code you are looking for.