Hi ich öffne mit php eine HTML Datei,
wie kann ich jetzt machen das der mir denn teil der Datei zwischen <!--Start Sektion 1--> und <!--End Sektion 1--> anzeigt?
PHP-Code:
<!--Start Sektion 1-->
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="340" height="156" id="AutoNumber1">
<tr>
<td width="340" height="22"> </td>
</tr>
<tr>
<td width="340" height="130"> </td>
</tr>
</table>
<!--End Sektion 1-->
<!--Start Sektion 2-->
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="393" height="103" id="AutoNumber2">
<tr>
<td width="393" height="67"> </td>
</tr>
<tr>
<td width="393" height="32"> </td>
</tr>
</table>
<!--End Sektion 2-->
EDIT:
kein scriptgesuch. *verschieb*
Kommentar