Re: How to call external php script from html? [message #173398 is a reply to message #172998] |
Thu, 07 April 2011 17:08 |
Tobiah
Messages: 30 Registered: April 2011
Karma:
|
Member |
|
|
> Hi,
>
> well, the php script is a curl script that fetches and displays the
> content of the external site (url defined in code) and should return
> parsed data (echo $html) to the calling page inside a <div> tag. Thus
> when the request data is returned to the calling page it contains the
> content of the external site inside some div. PHP script itself works
> fine, so looking for way to call it directly from the html page.
>
> Regards,
Maybe you should just load the php script into an <iframe>.
Toby
|
|
|