How do you insert a php code in a certain place in a .html file?

Isaac

New member
How do you insert a php code in a certain place in a .html file?
like i know how to attach it, but for example:
<html>
<head>
<body>
<h1>Test!</h1>
<p><h4>doodadadle doodadadle dodo</h4></p>
<br />
<script language="javaScript" src="test.php"></script>
<br />
<h1>Test! Test!</h1>
<p><h4>doodadadle doodadadle dodo</h4></p>
</body>
</head>
</html>

say you wanted it right where i put that script link(it does not seem to work), how would you do that?
without changing the file extension of the html file.
 
Back
Top