I have a string containing:
< a href="/wiki/Bob" title="Bob" >
There are ten and more unrelated data in bettween them that i don't need. Basically, I want the title for each one placed in an arrray and they're different. I thought this would be easy, but I can't find out how to do it. Perhaps using explode() and a wildcard, but apparently you can't use a wildcard?
Any help greatly appreciated.
EDIT:I forgot to mention that the will change every week form 'Bob' for example to 'Tim'.