ChrissehB Posted December 26, 2008 Share Posted December 26, 2008 Is there any code which selects text from the html source and displays it... For example in a page source it says ">TEXT</a> and I want it to select the parts in between the "> and </a> and display it on a page... Any help please? Link to comment https://forums.phpfreaks.com/topic/138502-php-select-from-source/ Share on other sites More sharing options...
Mark Baker Posted December 26, 2008 Share Posted December 26, 2008 You have choices: stripos() with substr() strip_tags() preg_match Link to comment https://forums.phpfreaks.com/topic/138502-php-select-from-source/#findComment-724178 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.