Nigel
06-20-2005, 09:20 PM
Does anyone know how to make a an html tag to allow the below PHP tag "displayable" on a dynamic website? My server does not recognize PHP. I am hoping that there is a way to display the PHP w/in the html site. This is my site: http://namcmortgage.com/ratesdisplay.html
Eg: <?php include("http://www.interactiverates.com/rates.html?custid=3945"); ?>
Displays asthe following in an editor:
<P class=MsoNormal><FONT face=Arial size=2><SPAN
style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><?php
include("http://www.interactiverates.com/rates.html?custid=3945"); ?>
</SPAN></FONT></P>
Eg: <?php include("http://www.interactiverates.com/rates.html?custid=3945"); ?>
Displays asthe following in an editor:
<P class=MsoNormal><FONT face=Arial size=2><SPAN
style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><?php
include("http://www.interactiverates.com/rates.html?custid=3945"); ?>
</SPAN></FONT></P>