Hai all,
I want to retrieve the contents of a paragragh in html file to php file...... Is there a way to do this?????
I tried the code below…
html file
newdictionaryThis is a paragraph
newdictionary.php
<?php $name=$_POST["p"]; echo $name; ?>How can i get this???Someone help…