Answers for "all the html tags will work on php?"

PHP
1

php tags

// The opening tag
<?php
  echo "Here is the PHP code."; // Everything in between the tags is executed as PHP code.
// The closing tag
?>
Posted by: Guest on May-29-2021

Browse Popular Code Answers by Language