I am a beginner and would like to know how to add PHP to html. Is there any easy solution.
to add php in html, you need to put the code of php with its starting and ending tags into html file.
<?php
write your PHP code here
?>
I am a beginner and would like to know how to add PHP to html. Is there any easy solution.
to add php in html, you need to put the code of php with its starting and ending tags into html file.
<?php
write your PHP code here
?>