if ... then
Posted: Sat Jul 31, 2010 5:19 am
hello
I want find the URL link in my data.
so I find this link using code below:
but sometime my code have 2 or 3 URL .
how I can find another URL in my code?
I want find the URL link in my data.
so I find this link using code below:
Code: Select all
$dllink = textbetween ('<a href=','</a>',$dllink);
$dllink = textbetween ('"','"',$dllink);how I can find another URL in my code?