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