This is not a duplicated question. I have a html tag that has id. I want to find value of id using php. How to do that? Is it possible? For example:
<p id="par"><?php /* find value of id */ ?></p>
I want to find "par" using php. Please answer exactly, for example some people say use html-dom but they don't know how.