Answers

Question and Answer:

  Home  Senior PHP Programmer

⟩ Tell me In how many ways you can embed PHP code in an HTML page?

All PHP code must be included inside one of the three special markup tags ate are recognized by the PHP Parser.

<?php PHP code goes here ?>

<? PHP code goes here ?>

<script language="php"> PHP code goes here </script>

Most common tag is the <?php...?>

 198 views

More Questions for you: