View Single Post
Old 02-06-2008, 02:25 PM   #6 (permalink)
Kalle
The Frequenter
Zend Certified 
 
Join Date: Sep 2007
Location: Denmark
Posts: 352
Thanks: 8
Kalle is on a distinguished road
Default

I wouldn't be using XML for parsing webpages to fetch a word like that, as if theres an XML parse error the script fails to solve your problem.

Personally I would use the string functions or regular expressions to match the markup where the data I would like to fetch exists. I've done this quite a few times when I needed to fetch online status on variously skinned forums to get my online status and such.

But in the end it depends on what you want to grab ;)
Send a message via MSN to Kalle Send a message via Skype™ to Kalle
Kalle is offline  
Reply With Quote