I want to display some of the text from php in HTML without using POST
method.
For example: Hello.php
<?php
echo "hello ";
?>
If i want to display Hello in main.html, How can i do that?
method.
For example: Hello.php
<?php
echo "hello ";
?>
If i want to display Hello in main.html, How can i do that?
Comment