VN4000
Tự học lập trình, học code online
Pages
Home
Online C Compiler
Online C++ Compiler
Online Python Compiler
Monday, June 1, 2009
PHP- Echo
To output a string,we use PHP echo
Example:
<?php
$myString = "Hello everybody!";
echo $myString;
echo "<b>I am learning PHP!</b>";
?>
Display:
Hello everybody!
I am learning PHP!
Newer Post
Older Post
Home