how can to cut urls from a txt file??

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
dovis
Forum Newbie
Posts: 2
Joined: Sat Apr 05, 2008 1:09 pm

how can to cut urls from a txt file??

Post by dovis »

how can i cut the url http://65.127.137.224/board/login.asp?id=dd from the txt file bellow ... with php script???
i read a lot of forums in php but i'm confused about this... any help??

<h2 class=r><a href="http://65.127.137.224/board/login.asp?id=dd" class=l onmousedown="return clk(this.href,'','','res','1','')">Family Federation for World Peace and Unification of U.S.A.</a></h2>
:banghead:
anto91
Forum Commoner
Posts: 58
Joined: Mon Mar 10, 2008 10:59 am
Location: Sweden

Re: how can to cut urls from a txt file??

Post by anto91 »

I dont know if you noticed but this is a php forum O_o?
Post Reply