Skip Navigation
Expand
Proper syntax with inline php inside html
Answer ID 6747   |   Last Review Date 12/19/2018

What's the proper format for using php with html?

Environment:

PHP

Resolution:

You can use php inside html by using the <?php and ?> tags within the html code.