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
Re: How to call external php script from html? [message #172909 is a reply to message #172902] Fri, 11 March 2011 15:17 Go to previous message
Captain Paralytic is currently offline  Captain Paralytic
Messages: 204
Registered: September 2010
Karma:
Senior Member
On Mar 11, 1:51 pm, "astral" <ast...@news.eternal-september.org>
wrote:
> 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?

Assuming an apache server, use a rewrite rule to have the "page name"
displayed as .html whilst executing a php file in the background.

A "page" does not have a "name" except that which is shown in the
browser. Many php or indeed other files may be used to create what is
seen as a "page" in a browser.
[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 09:26:20 GMT 2024

Total time taken to generate the page: 0.26115 seconds