Jump to content

Include function from a third party website


themistral

Recommended Posts

Hi guys,

 

I want to call a function from a third party website.

I have included the file and know that is working ok.

 

However, the function in this external file is not listed in the functions available to my website.

How can I use this function?

 

Can anyone help with this?

 

Thanks!

Link to comment
Share on other sites

If the file is parsed on the remote server before you receive it then you won't get it into your code. You need the file to be output. If you type the url directly into your browser can you see the correct code when you view the source?

Link to comment
Share on other sites

Well I think you need a webservice to do this like Soap or XML-RPC. What does the function do? Do you want to call the function from server A and then the function runs "something" on server B and returns output to server A? Then you definitely need SOAP or something for this.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.