That's not really possible.
You can insert html into php, but not the other way round.
However, you could use an IFRAME. These are often used for advertising.
Here is an example....
<IFRAME WIDTH=468 HEIGHT=60 MARGINWIDTH=0 MARGINHEIGHT=0 HSPACE=0 VSPACE=0 FRAMEBORDER=0 SCROLLING=no BORDERCOLOR="#000000"
SRC="
http://www.something.com/whatever.htm">
</iframe>
It only works in Internet Explorer, I think.
Of course, you could just use normal frames.
I am not sure what to recommend to you because I haven't seen your website. Please give me the url of the html page you want your php page to appear in and I might be able to help you more.