Log In | Register
Search:
I have a PHP script which includes a "Require Nusoap.php" line, and then a nusoap.php file stored in the PHP Support folder. I noticed in the documentation that extensions are not supported in 1.5. Will this "require" work?
Aaron
Hello Aaron,
This should work fine as long as the file exits. Included and required files are supported just fine.
You might want to take a look at PHP's built-in SOAP functions since they don't require nusoap: http://www.php.net/soap.
Regards, Micah
Includes are supported
Hello Aaron,
This should work fine as long as the file exits. Included and required files are supported just fine.
You might want to take a look at PHP's built-in SOAP functions since they don't require nusoap: http://www.php.net/soap.
Regards,
Micah