Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

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
?>
 
PREVIOUS NEXT
Tagged: #php #tags
ADD COMMENT
Topic
Name
9+9 =