I have an Server side include pointing to searching.html. This code is in an HTML echo statement included in php tags. I have escaped the quotes within it but I am receiving error messages on this line.
<!--#include virtual=\"searching.html\" -->
Here is the code within searching.html
<br>
<form method="post" action="searchengine.php">
<p>Search our site </p>
<table width="95%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>searching for</td>
<td><input type="text" name="word"></td>
<td><input type="submit" name="searching" value="Submit"></td>
</tr>
</table>
</form>
<b><br>
Also I need this to work in IE5