Dustin013 Posted June 16, 2008 Share Posted June 16, 2008 I have a table that basically stores a ton of HTML information making up the contents of a post submitted on a forum. I would like to parse that table for all the http links in that table. I need to scan that cell for all http links, yet there are no <a> </a> tags, just simply text. I have been testing by caching the page and using regex but it is fairly slow and complicated. Is there a better way to extract all text that starts with http:// effectively? Link to comment https://forums.phpfreaks.com/topic/110373-search-mysql-for-links/ Share on other sites More sharing options...
marklarah Posted June 16, 2008 Share Posted June 16, 2008 Have a separate field? Link to comment https://forums.phpfreaks.com/topic/110373-search-mysql-for-links/#findComment-566283 Share on other sites More sharing options...
Dustin013 Posted June 16, 2008 Author Share Posted June 16, 2008 That would solve it :-) Unfortunately I am working with data already there and I need to pull the information out of that table Link to comment https://forums.phpfreaks.com/topic/110373-search-mysql-for-links/#findComment-566284 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.