Regex to get anchor tags
preg_match_all("/<a.*? href=(\"|’)(.*?)(\"|’).*?>(.*?)<\/a>/i",$html,$anchors);
Hi all,
I have a site that for some reason […]
Original post by ManSized
preg_match_all("/<a.*? href=(\"|’)(.*?)(\"|’).*?>(.*?)<\/a>/i",$html,$anchors);
Hi all,
I have a site that for some reason […]
Original post by ManSized
Leave a Reply
You must be logged in to post a comment.