php code cant run in my html code yet wampserver(wamp5) is installed.for

  • Thread starter Thread starter davidsebiranda
  • Start date Start date
D

davidsebiranda

Guest
the html it can run but php no.? here is the code:
<HTML>
<HEAD>SAMPLE TEXT</HEAD>
This is an html string

<BODY>

<?PHP
print "php txt";
?>

</body>
</HTML>



The output is "This is an html string"
 
Back
Top