Hello World! in PHP

This PHP code snippet uses the 'echo' statement to display 'Hello World!' on the web page.

Hello World! in PHP
Photo by Ben Griffiths / Unsplash

This PHP code snippet uses the 'echo' statement to display 'Hello World!' on the web page.

<?php
  echo "Hello World!";
?>