Jump to content

explode() question


glenelkins

Recommended Posts

Hi

I am writing a parser to take images and information from another pages HTML source. I have managed to take out the image from a line bing found with <img src> in it and taking the image filename from between the '' with : explode("'",$source);

Is there a way to use explode to return information between two different seperators, in my example i want to find text between ><. for example <B>TEXT</B> i want the "TEXT" between ><

Cheers
Link to comment
https://forums.phpfreaks.com/topic/11164-explode-question/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.