How do you include a PHP page inside a DIV tag so that the page can be visible inside the block created by the DIV tag.
<div id="middleBOX2"</div>
<a href="http://..../xyz.php">Link</a>
<img src="..." alt="..." />
The above code gives a "link" to the new PHP page.. but can we include the PHP page directly into the html??
It works with frames.. with one frame showing HTML and other showing*.php



Reply With Quote


Bookmarks