etrader Posted March 12, 2011 Share Posted March 12, 2011 I have html files in which, there are lines of urls starting with http:// (simple text, not hyperlink) without a tag. What is the simplest way to extract them? Link to comment https://forums.phpfreaks.com/topic/230453-extracting-http-urls-from-a-text-file/ Share on other sites More sharing options...
Scotty2024 Posted March 12, 2011 Share Posted March 12, 2011 Have a look at fopen, fread, and fclose. These will allow you to read in information from the text file. Link to comment https://forums.phpfreaks.com/topic/230453-extracting-http-urls-from-a-text-file/#findComment-1186784 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.