php Programming Glossary: srcval
How can I extract all img tag within an anchor tag? http://stackoverflow.com/questions/7415315/how-can-i-extract-all-img-tag-within-an-anchor-tag hrefval foreach xml getElementsByTagName 'img' as link srcval '' if strpos link getAttribute 'src' 'www' 0 links array 'src'.. 'src' link getAttribute 'src' 'nodval' link nodeValue srcval '#SRC#'. link getAttribute 'src' .'#NODEVAL#'. link nodeValue.. link getAttribute 'src' .'#NODEVAL#'. link nodeValue links srcval srcval else links array 'src' GetMainBaseFromURL url . link..
|