Congratulation! PHP is ready to use, if you can see this page.

Syntax Example

<html>
<head>
<title>Welcome to PHP test page!</title>
</head>

<body>
<?php
echo "Congratulation!!! PHP is ready to use."
?>

</body>

</html>

Welcome!