ok welcome guys
today we learning about echo. echo is your to posting something with out the line. ok let get started
first your wanna start with php so the file no a php codes is coming
start with this
<?php
your ending should be ?> so the code no that the end of php
after you put ?> and you write some else the computer will think that only a html code but when you do this <?php ?>
it no that it a php code
ok
now we learn about the start and ending let do echo
<?php
//you wanna write echo
*//then " and a text
*// after you do that you end the echo with this ";
echo"maleck word";
echo"my name is maleck";
echo"<br>";
//you can do this as will
$text1="text";
echo="work";
?>