Zend - The PHP Company




Code Gallery: carlosjordao


A function for parsing a html.  

Type: code fragment
Added by: carlosjordao
Entered: 21/07/2000
Last modified: 08/12/1999
Rating: **** (5 votes)
Views: 11367
This function just extract the html tags from a string and put them in a array like
["IMG"][0]["WIDTH"] = 130
I think this is useful for who wants get some tag properties. For example, I created it to help me developing a bot to search throught a website and it was designed just to get tags information. By now, for getting meta tags is still better using the php functions. Any doubts you can email me at carlosjordao@yahoo.com, but don't worry if I answer you from another address.




Search