I am afraid I can't help you with putting the php scripts dirrectly onto the page (I know little about php) but I can give you an option that can work just as well.
use an iframe!
`
<iframe src ="ZENPHOTO LOCATION" height="100%" width="100%" >
</iframe>
`
http://www.w3schools.com/tags/tag_iframe.asp
this page shows all of the differnet things that you can do with an iframe.