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 - Comments
Single Line Comment
<?php
echo "Hello World!"; // This will print out Hello World!
?>
Multiple Line Comment
<?php
echo "Hello World!";
/* echo "My name is vn4000!";
echo "We are
PHP Programmers!";
*/
?>
Display:
Hello World!
Newer Post
Older Post
Home