Scodigo, Inc.

Log In | Register

Cart Items:
0

PHP Extensions

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

Includes are supported

Micah Woods's picture

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