Php hello world

in oop •  6 years ago  (edited)

This is how you can write your very first program in php.
This program does one thing. It prints on the screem hello world.

<?php
echo "hello world";
?>

The only thing you need to run it is to have php running on your computer or webserver.

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!