I am new to developing an website i've create a php page which prints hello world. I have used iframe tag to link that html file. But whenever browser redirect to that php file the browser ask to download that file rather than displaying hello world can any one tell me whats going wrong here. My code is as follows:
<html>
<body>
<iframe src="hello.php"></iframe>
Script executed
</body>
</html>
I know its very silly question but i searched on so many website didn't got any clue. Thanks in advance