אור, את
HTML קוד:
<tr>
$menu = file_get_contents('./menu.html');
echo htmlspecialchars($menu);
<td style='width:9px;'></td>
תחליף ב:
PHP קוד:
<tr>
<?
$menu = file_get_contents('./menu.html');
echo htmlspecialchars($menu);
?>
<td style='width:9px;'></td>