View Single Post
Old 01-22-2008, 03:12 PM   #6 (permalink)
sjaq
The Acquainted
 
sjaq's Avatar
 
Join Date: Nov 2007
Location: Netherlands
Posts: 113
Thanks: 11
sjaq is on a distinguished road
Default

lol @ sketchmedia
You can even do it in one line:
PHP Code:
for($iIndex 0$iNumMatches count($aMatches[1]); $iIndex $iNumMatches$iIndex++) 


For another speed boost you should use curl instead of file_get_contents
sjaq is offline  
Reply With Quote