<html>
<head><title>Print Message In PHP</title>
</head>
<body>
<?php
echo "Welcome To PHP<br/>";
echo "Display sample message";
?>
</body>
</html>
/*
Out Put:
Welcome To PHP
Display sample message
*/
<head><title>Print Message In PHP</title>
</head>
<body>
<?php
echo "Welcome To PHP<br/>";
echo "Display sample message";
?>
</body>
</html>
/*
Out Put:
Welcome To PHP
Display sample message
*/
hi
ReplyDeletehi
ReplyDelete