1 PHP - Echo Sun Oct 07, 2012 10:33 pm
Mr.Joker
Mr. WebArtz
Hello guys, today I will show you how to use echo function inside PHP programming language. PHP is used for interaction website->users. Let's start.
First we have to type a syntax that open php code:
What we see:
First we have to type a syntax that open php code:
- Code:
<?php
?>
- Code:
<?php
echo "Hello website.";
?>
What we see:
- Code:
Hello website.