DanielDude
New member
what I'm trying to do is edit some HTML code using PHP...
kind of like the javascript "innerHTML"
this is what i mean:
<html>
<p id="myP">
blah blah bla
</p>
</html>
<?php
// I want to change the content of "myP"
?>
kind of like the javascript "innerHTML"
this is what i mean:
<html>
<p id="myP">
blah blah bla
</p>
</html>
<?php
// I want to change the content of "myP"
?>