echo “Hello World”;

</> code is the home of various code snippets, samples, plugins and scripts. The snippets are written in languages including PHP, CSS, HTML and JavaScript, along with examples of JSON and XML, plus .htaccess, Apache, and Linux Bash commands. Some comprise full programs, whereas most are single lines or small functions intended for use in larger projects.

<?php
// Home Page Template
function showContent(){
  echo "Hello World";
}
showContent();
?>

Unless otherwise stated or as part of a prior licence , all the code here is licenced under the permissive MIT Licence. So you are free to modify and use any code snippets in both personal and commercial projects without any worry.