You can't, really, coz PHP can't push data to the server (which is what IM needs). PHP can only wait for the browser to pull data from PHP. So one way to do this is to have the browser reload the PHP script every 5 seconds or so and the PHP script will check if there is a new message in the database...
Diego