I am trying to execute a php script within an iframe, if I open up the html
page on a standalone browser the php code executes, but running it from my
server nothing happens, I basically have an html page
<html>
....
<iframe>
link to php script
</iframe>
</html>