Okay can someone help me, I can't find a good example of parsing tags. I wanna take and get all the <img> tags in a file on my server.
I wanna in the end have an array with all the img tags and get the src part of them. Can anyone help?Code://more stuff here
<img class="inlineimg" src="blak_ice/statusicon/post_new.gif" alt="Unread" border="0" />
/more stuff here
