I use OS win10, xampp ( xampp manager already run and apache too) localhost and phpadmin run well. but when I write coding phpinfo.php like this coding
<?php
phpinfo();
?php
in chrome will show same like that coding. But if I add HTML format then in chrome will blank or not show any it happens with coding
<HTML><BODY> <?php echo "Hello World!" ?> </BODY></HTML>
I already put there C:\xampp\htdocs but still don't show any. if I write code without html
<?php Echo " Hello World ! " ?>
then chrome show all script php code in browser.
is anyone can help me ? thanks a lot