Does Adobe Campaign server support PHP | Community
Skip to main content
Level 2
November 9, 2020
Solved

Does Adobe Campaign server support PHP

  • November 9, 2020
  • 2 replies
  • 1742 views

Hello,

 

Does Adobe Campaign server support PHP? 

If so, where should one upload the PHP files to?

 

Thanks in advance.

 

Cheers,

Roxie

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Darren_Bowers

Hi Roxie - Campaign Classic does not natively support PHP. It uses JSSP for its server-generated pages https://blog.floriancourgey.com/2018/11/create-jssp-dynamic-javascript-server-page-in-acc/

There are some PHP wrappers for Experience Cloud APIs that people have built. The other option is to build your own wrapper for PHP using SOAP to implement the native APIs

Cheers

Darren

2 replies

Darren_Bowers
Darren_BowersAccepted solution
Level 9
November 9, 2020

Hi Roxie - Campaign Classic does not natively support PHP. It uses JSSP for its server-generated pages https://blog.floriancourgey.com/2018/11/create-jssp-dynamic-javascript-server-page-in-acc/

There are some PHP wrappers for Experience Cloud APIs that people have built. The other option is to build your own wrapper for PHP using SOAP to implement the native APIs

Cheers

Darren

Jonathon_wodnicki
Community Advisor
Community Advisor
November 9, 2020

Hi,

 

Adobe Campaign doesn't, but part of installation is to front it with Apache or IIS for connection handling.

Install PHP modules to whichever's in use and you'll be fine.

If you want to make use of Adobe Campaign java bindings you'll have to use JSP.

 

Thanks,

-Jon