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

<?php
  echo "Hello World!";
?>
Share this post