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"
<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"