Ans: Firstly-
Create a file named hello.php and put it in your web server’s root
Directory (DOCUMENT-ROOT).
Example:
<html>
<head>
<title>PHP Test</title>
</head>
<body>
<?php echo ’<p>Hello World</p>’; ?>
</body>
</html>
© PHPInterviewQuestion.com 2009 - 2012
Comments