+ 1
Get php page content
I have a php page where you can change the html element, adding div by javascript. I need a way to read with php the local html element (modified) of the page. Can someone help me?
1 Answer
0
Just use echo statement
Put what ever HTML tags in echo statement within double quotes
Example : echo "<h1>test</h1>";