Hi guys im interested in extracting 11075 and e9.bogeyman, from the line below.
Code:
<td><a href="?section=profile&show=sig&id=11075">e9.bogeyman</a> <img src="gfx/laenderflaggen/Singapore.gif" alt="[SG]" title="Singapore"> <img src="gfx/laenderflaggen/Denmark.gif" alt="[DK]" title="Denmark"></td>'
The length of the name and numbers may differ. Also there might be a diffrence in the actual line number (in this case its 220)
My own best suggestion would be to download the file, use a loop to search each line for the string :
href="?section=profile&show=sig&id
however this method might be slow, and the script needs to parse around 100.000 html documents. Also I dont know how to point out the number and name (as these may vary in size)
Any suggestions ?
thx in advance