Am developing a desktop app that will serve as message notifier, just like yahoo messenger and Gmail notifier does. All i want is that when a message is sent to a particular account, the php script would send message to a particular ip:port of the desktop application.
Any help
I want to thank you guys for your support.
I finally got two options, as i was an expert in php i used sockets. in my c# app, i had two options Httplistener and winsock. Although i experimented with winsock, i finally settled for Httplister.
it worked like a charm