View Single Post
Old 06-26-2006, 05:18 PM  
acctman
Confirmed User
 
Join Date: Oct 2003
Location: Atlanta
Posts: 2,840
Quote:
Originally Posted by mrkris
If it's not all XML, use preg_match_all()
http://us3.php.net/preg_match_all
something like this would grab all without running a do loop?...
Code:
preg_match_all('|<024version>(.*?)</024version>|',$resp,$writecontent);
hehe fallenmuffin yeah i know my coding sucks... i need update my php reference book

Last edited by acctman; 06-26-2006 at 05:20 PM..
acctman is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote