This course will become read-only in the near future. Tell us at community.p2pu.org if that is a problem.

Hello World


open your editor

<?php
echo "Hello World";
?>

save as hello.php in the root your server

try in your browser http://localhost/hello.php

Task Discussion