Re: extracting http addresses
- From: Tyrone Slothrop <ts@xxxxxxxxxxxxx>
- Date: Fri, 30 Sep 2005 07:05:33 -0700
On Fri, 30 Sep 2005 06:08:05 GMT, "anton-io!"
<submit@xxxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
>I would like to extract 3 urls from text entered in to a text box:
>
>sample input text example:
>
><a href="http://www.something123.com/click?id=1234&type=2&subid=0" >
><IMG border=0 src="http://www.something123.com/images/001001001.JPG" ></a>
><IMG border=0 width="1" height="1"
>src="http://www.something123.com/show?id=HY&type=2&subid=03" >
>
>desired output with 'http' :
>
>http://www.something123.com/click?id=1234&type=2&subid=0
>http://www.something123.com/images/001001001.JPG
>http://www.something123.com/show?id=HY&type=2&subid=03
>
>Any tips greatly appreciated
>Thanks greatly!
Look here:
http://us3.php.net/manual/en/function.eregi-replace.php
Near the bottom of the page.
.
- Prev by Date: Re: Pass values through a PHP form emailer
- Next by Date: Re: extracting http addresses
- Previous by thread: PHP Shopping Cart Vs PayPal
- Next by thread: Re: extracting http addresses
- Index(es):
Relevant Pages
|