Forum Moderators: coopster
and this
if (0 < preg_match("<a\b[^>]*>(.*?)</a>", $page, $matches))
{
echo $matches[1] . "<br>" ;
echo $matches[2] . "<br>" ;
}
else
echo "Pattern not matched <br>" ;
neither worked.
I'd really appreciate any help, THANKS!