PHP - How do I get string from a paragraph tag?

Ben

New member
Example:
<?php
$txt = ???????????
?>
<p id="Text">This is some text</p>


I'm not quite sure what to do. I would appreciate any help.
 
Back
Top