load HTML\PHP pages into another Page's div

Warez-Dealer™

New Member
lets say i have two pages \[code\]links.html\[/code\] & \[code\]contents.php\[/code\]... first page contains only html code while the second page contains some HTML + PHP code....now i ant to create a page \[code\]index.php\[/code\] with two DIVs in which i want to show\load the above two pages...\[code\]<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>\[/code\]HOW TO DO IT
 
Back
Top