What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Question...

Question...
Author: Message:
user13774
Disabled Account


Posts: 1119
Joined: Apr 2003
Status: Away
RE: Question...
What MeEtc means:

code:
$data = file_get_contents("http://www.habbo.com.au/habbo_count_xml.action");
if ($data)
{
$usercount = preg_replace("/<usercount>([0-9]+)<\\/usercount>/", "\\1", $data);
// and all the other stuff you want to do with $data
echo $data;
}
else
{
echo("Unable to retreive data");
}

07-02-2007 08:26 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Question... - by Eddie on 07-02-2007 at 12:25 PM
RE: Question... - by MeEtc on 07-02-2007 at 03:20 PM
RE: Question... - by user13774 on 07-02-2007 at 08:26 PM
RE: Question... - by andrewdodd13 on 07-03-2007 at 10:01 AM
RE: Question... - by Eddie on 07-04-2007 at 07:22 AM


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