Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!
SOLVED

Does Adobe Campaign server support PHP

Avatar

Level 2

Hello,

 

Does Adobe Campaign server support PHP? 

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

 

Thanks in advance.

 

Cheers,

Roxie

1 Accepted Solution

Avatar

Correct answer by
Level 9

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

View solution in original post

2 Replies

Avatar

Correct answer by
Level 9

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

Avatar

Community Advisor

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