Jome wrote:
Jens Lehmann wrote:
Hello,
I want to extract the "name"-attribute of all anchors out of an
HTML-source-code which don't have the "href"-attribute. I can use this
code to get the "name"-attribute:
preg_match_all('/]*?)name=[ \'\"](.*?)[
\'\"](.*?)>/is',$src,$ar);
The name-attributes ar
Jens Lehmann wrote:
> Hello,
>
> I want to extract the "name"-attribute of all anchors out of an
> HTML-source-code which don't have the "href"-attribute. I can use this
> code to get the "name"-attribute:
>
> preg_match_all('/]*?)name=[ \'\"](.*?)[
> \'\"](.*?)>/is',$src,$ar);
>
> The name-attribu
2 matches
Mail list logo