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 Description is given below:
1) I love to read comments, but do not spam.
2) Like this blog and also tweet its posts.
3) You can use some xHTML tags.
4) All Comments are Do Follow, Please try to use blog professionally.
5) Mention Your Name below the comment.
6) You can also suggest for improvement.
7) Do not forget to subscribe Samee Articles blog.
---------------------------------------
Thanks for visiting QWC.Me.
==========================================
For free guidelines contact me on SEO Expert | Samee Ullah Feroz is online there.
==========================================
Best Regards