If i had some text with:
with text in between and other text surrounding it too, how can i get just the text between the img tags, in an arrayCode:opening tag: [img] closing tag: [/img]
i.e. the following is the text:
hello this isand as you can see, i'm
ok?
and it would return, in an array
http://www.microsoft.com/me.gif
http://www.microsoft.com/happy.gif
Don't know about the quality of my explanation - it'll have to do![]()




and as you can see, i'm
ok?
Reply With Quote