snowal raj

snowal raj

  • NA
  • 166
  • 37.3k

working incorrect in php

Dec 26 2016 4:25 AM
hai ,      
      
         I am new for php i create hello world in php.its work wrong,
 
This id my code
 
<html>
<head>
<title>Online PHP Script Execution</title>
</head>
<body>
<?php
echo "<h1>Hello, PHP!</h1>";
?>
</body>
</html>
 
 
 
but i get  result id
Hello, PHP!"; ?>
 
plz help me 
 
 
 

Answers (3)