|
Does anyone have any idea (using preg_match or preg_match_all) on how to look at a web page and see which html tags are being used?
So, looking at this page, the function would return a big array containing h1, h1, p, i, table etc. as its values.
Thanks to anyone that can help.
|