<!DOCTYPE html>
<html>
<body>
<h5 align="right">http://csprograms4u.blogspot.in</h5>
<h2 style="color:red;" align="center" >Welcome to PHP Tutorials</h2>
<h3 style="color:blue;" align="left">Program Number 2:-Program showing different kind of comments</h3>
<?php
//Single Line Comment Type I
# Single Line Comment Type II
/*
Hi
It is Multiple Line
Comment
*/
$x = 10+20+30+40+50;
echo $x;
?>
</body>
</html>
No comments:
Post a Comment
Note: only a member of this blog may post a comment.