I'm trying to print some values from php to HTML, but nothing is being shown.
This is my test code:
<html>
<body>
<?php phpinfo(); ?>
</body>
</html>
But no information is being shown into browser. How can I fix this?
I'm trying to print some values from php to HTML, but nothing is being shown.
This is my test code:
<html>
<body>
<?php phpinfo(); ?>
</body>
</html>
But no information is being shown into browser. How can I fix this?