javascript - How to include a division from another webpage and put it in a division? -
how can include div webpage , display on webpage? can use iframe? help!
if using .php in pages can use include example
you have header div let's name header.php
<header> <div> //.... </div> </header> you can include on other pages example in index.php
<?php include 'header.php'; ?> hope help.
Comments
Post a Comment