i iki sayfa links.html
sahip & Diyelim contents.php
... ilk sayfa, ikinci sayfa içerir ise sadece html kodunu içeren bazı HTML + PHP code ....
Şimdi ben yukarıdaki iki sayfaları gösterecek \ yüklemek istediğiniz iki DIV'leri ile bir sayfa index.php
oluşturmak için karınca ...
<html>
<body>
<div id="links" class="myCustom1">
<!--here will be the links.html page-->
</div>
<div id="contents" class="myCustom2">
<!--here will be the contents.php page-->
</div>
</body>
<html>
HOW TO DO IT