Hi all,
Is there a way to accomplish this? I need to call a PHP script from HTML file on different server. The server from which a call is made might or might not have PHP, so having PHP file that includes script with cURL or fopen() is not an option. The objective is to have result (output) of the script embedded in target HTML file.
What can I use from HTML file to fetch output of PHP script from another server? Suppose SSI can't do that...Can <IFRAME> be used?
Any suggestions welcome.




Andrea

Bookmarks