0 out of 14 rated this helpful - Rate this topic

Getting Started Using PHP with Bing Ads Services

To use PHP, you must have a PHP development environment configured for web services.

The examples within PHP Examples for Bing Ads have been developed and run in a similar environment as described below. Your custom configuration may vary.

  • PHP 5.2.6 has been installed from PHP.

    You should be able to use other versions of PHP, packages, and operating systems. However, certain parts of the code and configuration might have to be changed. For information about how to set up a PHP development environment to use web services, see the documentation for your tools.

  • The SOAP and OpenSSL extensions are included in the PHP.ini file.

    extension=php_soap.dll
    extension=php_openssl.dll
    
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.