|
Posted by Tedd on 10/10/06 19:14
On Tue, 10 Oct 2006 12:29:26 GMT, Nospam wrote...
>
>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>
>
>Is there something blatant I am doing wrong?
>
>
If you're using a frame, each of your frames is probably being treated like a
separate document. Try opening the URL in the iframe to see if the problem may
be with your PHP configuration on your server. If you can run that frame as a
stand-alone URL, then it's probably not going to run mixed in with other
documents loading at the same time. Didn't have any links to reference so just a
suggestion with the available information.
Tedd
--
Help a Community by Participating in Ours
We donate your subscription fees to the charity you choose
100% of your first month, 10% thereafter.
http://newsguy.com/charity.asp
Navigation:
[Reply to this message]
|