Hello,
I have a simple website that uses .asp includes. I want to convert this to php includes so I can put this on my linux shared hosting site that supports php. What code should I replace or add.
I attached a file with the .asp code. Additionally the code is below.
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>GMT RFID</title>
</head>
<body link="#666699" vlink="#666699" alink="#666699">
<!-- #include virtual = "/GMT/includes/top_bar.html" -->
<!-- #include virtual = "/GMT/includes/divider.html" -->
<div align="center">
<center>
<table border="2" cellpadding="0" cellspacing="0" width="90%" style="border-collapse: collapse" bordercolor="#333333">
<tr>
<td width="150" valign="top" bgcolor="#333333">
<!-- #include virtual = "/GMT/includes/side_bar.html" -->
<p> </p>
<!-- #include virtual = "/GMT/includes/copyright.html" -->
</td>
<td valign="top">
<p style="margin-left: 7; margin-right: 5"><font size="2" face="Verdana"><br>
<b>Standards<br>
</b>Standard font is Verdana 10pt<b><br>
</b>Leave on blank line at the top of each page<br>
Standard Heading is in Bold<br>
Shift+return for lines under a heading</font></p>
<p style="margin-left: 7; margin-right: 5"><b><font face="Verdana" size="2">
Just Return for New Heading<br>
</font></b><font face="Verdana" size="2">Numbers preferred for lists. Limit
to three points when possible</font></p>
<ol>
<li>
<p style="margin-left: 7; margin-right: 5"><font face="Verdana" size="2">
Great point</font></li>
<li>
<p style="margin-left: 7; margin-right: 5"><font face="Verdana" size="2">
Great point</font></li>
<li>
<p style="margin-left: 7; margin-right: 5"><font face="Verdana" size="2">
Great Point</font></li>
</ol>
<p style="margin-left: 7; margin-right: 5"><font size="2" face="Verdana">
Create an account now: Click Here!<br>
Return at the end of the last line</font><p style="margin-left: 7; margin-right: 5"></td>
</tr>
</table>
Thanks for your help in advance
Cbarone@dca.net
</center>
</div>
</body>
</html>