<!-- Nama File: html1.html -->
<table>
<tr>
<td colspan=2> Header </td>
</tr>
<tr>
<td>
<table>
<tr>
<td>HTML1</td>
</tr>
<tr>
<td>
<a href="html2.html"> HTML2 </a>
</td>
</tr>
</table>
</td>
<td> Isi File HTML2 </td>
</tr>
</table>
Masukkan kode PHP berikut dan lihat hasilnya:
<?php
// Nama File: includeFile.php
include ("html1.html");
?>
keep posting bos,..
ReplyDelete