FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » How to call external php script from html?
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
How to call external php script from html? [message #172902] Fri, 11 March 2011 13:51 Go to previous message
astral is currently offline  astral
Messages: 14
Registered: February 2011
Karma:
Junior Member
How to call external php file from html page? Renaming page from .html to
..php not suitable due many reasons. Modifying .htaccess file to make the PHP
executable on the .html pages also not suitable. Calling PHP script from an
external javascript not work:
<script type="text/javascript"
src="http://www.domain.com/file.php"></script>
Calling from Iframe work, but its too ugly, I need specify width/height for
iframe, whereas php script need display html output without iframe
limitations.
<iframe src="http://www.domain.com/file.php" width="600"
height="300"></iframe>

I there some other method?
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Lookup zip by IP address
Next Topic: browser url with #...
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Fri Sep 20 06:23:29 GMT 2024

Total time taken to generate the page: 0.04612 seconds