So I have an interesting idea on something I'd like to create. I'm not new to PHP, which means I can create the php side of it perfectly, I am however totally inexperience with javascript, which is what I believe plugins are programmed with, correct?
How would I go about communicating with PHP, if this is indeed possible? Let's say I have a file "http://website.com/msnplugin.php" and I want to send something via MSN to that page, using get.
So how would I set it up so when a user, in msn, typed something like "/something LOL" it would query
http://website.com/msnplugin.php?something=LOL
Understand what I'm getting at? Is it possible? If so, how?