First PHP script

First PHP script!
  

<!DOCTYPE html>
<html>
<body>

<?php
echo "YAAK Developers PHP script!";
?> 

</body>
</html>

Comments