0

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?

Filipe Ferminiano
  • 7,712
  • 25
  • 94
  • 166
  • is your file name like index.php ? And have you a working php interpreter, wampp or like that? – episch Oct 06 '17 at 23:19
  • adding to @episch s questions: how do you call that file? double click in explorer or typing in address-bar of browser? – Jeff Oct 06 '17 at 23:23

0 Answers0