Parsing and sending text separately to another file
Posted: Sat Oct 17, 2009 5:21 am
Hi
I have a file that contains a list of links in text, like this
htxp://forums.devnetwork.net/11
htxp://forums.devnetwork.net/1
without the x
The page source code looks like this
I want to parse the text and send each link to another script, but I don't know how to do this, could you help me.
I have a file that contains a list of links in text, like this
htxp://forums.devnetwork.net/11
htxp://forums.devnetwork.net/1
without the x
The page source code looks like this
Code: Select all
<link>http://forums.devnetwork.net/11</link><br/>
<link>http://forums.devnetwork.net/1</link><br/>