PHP
Curl and nuSOAP can run on Shared Hosting?
with curl can transfer data to another server? even from VPS to Shared server?
PHP
Curl and nuSOAP can run on Shared Hosting?
with curl can transfer data to another server? even from VPS to Shared server?
yes - ANY server that has it enabled
Soap is also enabled? Can disable it and use nuSOAP? Shared server
I think soap must be disabled for this…
Can you provide tuts how transfer strings or urls with curl to another server php page?
AFAIK no, a NuSOAP “object” would be instantiated differently.
SOAP comes with PHP and needs only to be enabled to use it.
NuSOAP is a package / library that you would need to add to PHP before you could use it.
Yes I know nuSOAP lib must get added and I added it but how disable SOAP -php.ini I think- for nuSOAP to work in a shared server…?
Alternatively(curl) to transfer two strings and two urls strings from server1.com/page1.php
To
server2.com/page2.php
Via curl, how to do?
Why do you think that? If you know something I don’t, please share.
AFAIK
$server = new soap_server();
is not the same as
$server = new SoapServer("some.wsdl");
I saw a udemy php adv tutorial that localhost try says comment out in php.ini soap lib , for nuSOAP to work… I think that said…
Anyway using nuSOAP getting error , without use or disable soap…
I wilk Post it in a while…
Btw you now -give urls- how to use curl to transfer 4 strings in another server instead of soap or nuSOAP. …?
Can you reply this continued
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.