View Single Post
Old 01-14-2009, 05:09 PM  
drocd
Confirmed User
 
Join Date: Aug 2007
Posts: 128
PHP Code:
$str '$agentid=1010303&listingid';
if(
preg_match_all('/agentid\=(\d+)&listingid/',$str,$matches)){
    
$num $matches[1][0];

__________________
230-699
drocd is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote