01-22-2008, 03:12 PM
|
#6 (permalink)
|
|
The Acquainted
Join Date: Nov 2007
Location: Netherlands
Posts: 113
Thanks: 11
|
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
|
|
|
|