Hello world php script.

Just copy the below code and run from your local server.

<html>
<head>
<title>Hello World</title>
<body>
<?php echo “hello, world”;?>
</body>
</html>

output: hello, world