Hi,
is it possible to working with share point with php?
I want to keep a application developed in php on share point is it possible ?
Regards Prabhakar
Hi,
is it possible to working with share point with php?
I want to keep a application developed in php on share point is it possible ?
Regards Prabhakar
PHP apps require a PHP runtime to work. Sharepoint doesn't include a PHP runtime. You can, however, deploy PHP and Sharepoint to IIS. Sharepoint doesn't host PHP, though; IIS does. Check out this page for more information on running PHP in IIS.