<html>
<head>
<title>My First PHP Page</title>
</head>
<body>
<?php
echo "Hello World!"; /* echo is used for the output statement so here the string [my first page of php will be
will be displayed. The string should be in the " " for displying */
?>
</body>
</html>
<head>
<title>My First PHP Page</title>
</head>
<body>
<?php
echo "Hello World!"; /* echo is used for the output statement so here the string [my first page of php will be
will be displayed. The string should be in the " " for displying */
?>
</body>
</html>
Comments
Post a Comment