Hello guys I need some help in a project. I want to make a simple, Web based IM system for my page. I don't want to post my Yahoo Messenger ID but I want to receive messages from a visitor. For this I have to build a script that logs into the Yahoo Messenger service, sends me an message then disconnects. I've studied the YMSG16 protocol (carbonize.co.uk/ymsg16.html) and found some vb examples on google, but I have problems implementing into PHP. I know I have to use CURL to send signals to the Yahoo server but I don't see how can I do that. Thank you