0

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

5
  • What do you mean by "working with share point with php"? What exactly do you want to do? Commented Jul 22, 2010 at 16:33
  • Are you trying to use SharePoint as an SVN / GIT / Mercurial alternative? If so, I have never tried it, but as long as you can store text on it, sure why not? I would prefer the SVN / GIT route though. Commented Jul 22, 2010 at 16:39
  • Share point is a collab suite. SVN/git/mercurial are version control systems. How are they related? Commented Jul 22, 2010 at 16:45
  • I guess my statement is a bit misleading. Basically I was just trying to see if that was the functionality he was looking to replace. But as stated, they are not related. I was just going off of him stating "application developed in php" as he wants to use it like sed systems. But of course, SharePoint would not be an ideal system to develop under, given that it does not have a version-able system. Commented Jul 22, 2010 at 16:54
  • Maybe the author just wants to query SharePoint data? The question is too foggy. Commented Jul 23, 2010 at 5:32

1 Answer 1

1

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.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.