What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Communicating with an external site / PHP.

Communicating with an external site / PHP.
Author: Message:
John Anderton
Elite Member
*****

Avatar

Posts: 3908
Reputation: 80
37 / Male / Flag
Joined: Nov 2004
Status: Away
RE: Communicating with an external site / PHP.
quote:
Originally posted by citricsquid
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.
You could try using XMLHttpRequest.open :)

code:
var xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
xmlhttp.open("GET", urlhere, true)
[

KarunAB.com
]

[img]http://gamercards.exophase.com/459422.png[
/img]
09-08-2008 04:09 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Communicating with an external site / PHP. - by citricsquid on 09-08-2008 at 04:01 PM
RE: Communicating with an external site / PHP. - by John Anderton on 09-08-2008 at 04:09 PM
RE: Communicating with an external site / PHP. - by Volv on 09-08-2008 at 04:16 PM
RE: Communicating with an external site / PHP. - by Matti on 09-08-2008 at 04:22 PM
RE: Communicating with an external site / PHP. - by citricsquid on 09-08-2008 at 04:27 PM
RE: Communicating with an external site / PHP. - by John Anderton on 09-08-2008 at 04:41 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On