Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

The 4th edition of the Campaign Community Lens newsletter is out now!
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
Community Advisor

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
Community Advisor

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