This is the first post on my PHP blog Phppot. I am starting this blog with a lot of enthusiasm, love, and confidence. Hope I will add some value to the PHP community.
Following the tradition, let me start with the Hello World program in PHP. The following script displays the sentence “Hello, World!” in the browser. It is a simple and straightforward code. There are two basic ways of doing this hello world print and they are using ‘echo’ or ‘print’.
The difference between using ‘echo’ and ‘print’ is,
<?php
echo "Hello, World!";
?>
<?php
print "Hello, World!";
?>
In this context of printing ‘Hello, World!’, both ‘echo’ and ‘print’ are the same.
Thank you Joe.
thanks for all your efforts vincy i love you and your code great work done by you ,
i thoroughly go from very first page and first code till 48 the last one i downloaded lots of source code and will research on them soon
Welcome Tushar.
today am joined in your blog.. am a beginner for learning PHP.. Kindly support me mam… thank you so much for provide this valuable blog to our PHP community..
Welcome Indra. Best wishes.