Echo Functionality
Sample 1 : Hello World
Hello WorldSample 2 : Concept of Dot is to match up two words.
Hellow worldSample 3 : Concept of HTML in PHP Code
HelloWorld
Sample 3 : Terminator (Semicolon) Rule In PHP
; Performs the rule of Terminator of the line.It is used to break the line but
at the last line if we won't put it, nothing matter
Sample 4 : What is Echo? Please define it with php codes?
echo is function in php code.It is used to call the command.it can be used in capital latters as I am doing
Every function is different in Code as echo, Echo, eCho etc has same functionality.
<html>
<head>
<title>Samee : Echo Functionality : 1st Day Coding lecture</title>
</head>
<body>
<h1 align="center">Echo Functionality</h1>
<h2 align="left">Sample 1 : Hello World</h2>
<?php echo "Hello World"; #It was simple command for php understanding ?>
<h2 align="left">Sample 2 : Concept of Dot is to match up two words.</h2>
<?php echo "Hellow "."world"; //It was easy for me to understand ?>
<h2 align="left">Sample 3 : Concept of HTML in PHP Code</h2>
<?php echo "<b>Hello</b> <br> <i>World</i>" //It is common code to add HTML within php code?>
<h2 align="left">Sample 3 : Terminator (Semicolon) Rule In PHP</h2>
<?php /* Here I am going to describe to Terminator point,
(;) it is very important.
we need to close every single line that php can easily understand the parts of madule. */ ?>
<?php echo "; Performs the rule of Terminator of the line. <br>" ;
echo "It is used to break the line but <br>
at the last line if we won't put it, nothing matter" ?>
<?php /* Here I am going to describe the functionality of echo function. */ ?>
<h2 align="left">Sample 4 : What is Echo? Please define it with php codes?</h2>
<?php echo "<b>echo</b> is function in php code. <br>
It is used to call the command.";
Echo "it can be used in capital latters as I am doing <br>";
eCho "Every function is different in Code as echo, Echo, eCho etc has same functionality." ?>
</body>
</html>
Consultant:

Post a Comment
Give your reviews about this blog. Leave your comments. What do you think about this post?
Comments Guidelines:
1) I love to read comments, but please avoid spam.
2) Like this blog, share your insights, and spread the word.
3) You can use basic HTML/xHTML tags.
4) All comments are DoFollow—please use the section professionally.
5) Kindly mention your name or brand below your comment.
6) Constructive suggestions for improvement are always welcome.
Thanks for visiting Samee Articles.
========================================
Best Regards,
Samee U. Feroz