11 days later

Hey guys. You are not alone. Our company is moving our intranet from a
linux/apache/php server to sharepoint. We are trying to research the same
problem. This is the question list we are researching:

  1. Convert all php code to .NET

  2. Leave php as is and display them in a page viewer web part

  3. Leave php as is and have links that will carry the user over to the current server

The page viewer web part has some problems (in our opinion).

We are still researching.

    14 days later

    I'm after creating a new site and saved a page with .php extension. PHP is setup and working on the server but the php page does not work properly when loaded - the code is all that's displayed.

    Any ideas why this is?

    Kevin.

      obrienkev wrote:

      Hi Jip. This site allows you to have a free trial version for 30 days... http://www.sharepointtrial.com/default.aspx

      Thanks for the link. It is much appreciated. My work in SharePoint has been pushed back until sometime in 2006 so I don't have much to add at this point.

        20 days later

        Hi guys,

        Has anyone learnt if it is possible for PHP to work with Sharepoint?

          2 years later

          I'm looking into the same issue. Has anyone figured out how to integrate php with sharepoint?

            6 months later

            Were looking for connect php/javascript/applet java/activex to sharepoint... Any clue?

              9 days later

              I have a set of classes which area geared towards user data from our sharepoint server. I can pole users and such information based on windows domain information as long as it's linked into Sharepoint. If you are interested please let me know.

                5 days later

                You wrote class in php right? Im very interested!

                  wileersys;10889648 wrote:

                  You wrote class in php right? Im very interested!

                  Well it's going to be a set of classes. At the moment it's not much, Trying to dive through so much SOAP response data is insane. Yes i have gotten connection setup and communicating in PHP w/ SOAP, WSDL, and NTLM.

                    a month later

                    I'm interested too. Can you show us your classes or send by email?

                      5 months later
                      necrogami;10889692 wrote:

                      Well it's going to be a set of classes. At the moment it's not much, Trying to dive through so much SOAP response data is insane. Yes i have gotten connection setup and communicating in PHP w/ SOAP, WSDL, and NTLM.

                      I am interested in getting a copy of these classes. Could anyone forward them to me ?

                      Thanks
                      James

                        2 months later

                        I'd appreciate a copy of the classes too!

                        I'm thinking of developing an open-source library of classes to work with the SharePoint web services. We need them internally and I think it might be helpful to the community as well. Any starting point would be a great help (if you're willing to have these classes used as that). If you're not, that is fine - it would still be really helpful to take a look before I start down the road myself!

                        Thanks!

                          Hey any chance i could please get a copy of those classes as soon as possible? 🙂

                          They will save me a lot of time and hassle!

                            a month later

                            how to pass login and password to sharepoint authentication pop up from php website to bypass user login process?

                              4 months later
                              necrogami;10889692 wrote:

                              Well it's going to be a set of classes. At the moment it's not much, Trying to dive through so much SOAP response data is insane. Yes i have gotten connection setup and communicating in PHP w/ SOAP, WSDL, and NTLM.

                              I am working on a project where we will have an external php site data from an internal sharepoint site using SOAP. If i could use some of your classes, I could assist you in extending and testing their functionality. any help at all would be great

                                Ok Guys, Share-point is not some magical entity that everyone should be scared of, well not much anyway.

                                It runs under IIS, and if you download the latest PHP binary from php.net in exe installer format, it will detect and install for IIS on the machine you run the installer on.

                                However, your probably better off using the tool that Microsoft has developed specially for the job, and that's the MS Web platform installer, you can download it free at :

                                http://www.microsoft.com/web/Downloads/platform.aspx

                                Once you run that, you should get a choice of different things to install on your share-point box, and among the list is PHP.

                                That however is just the tip of the ice berg. Once you get PHP installed under IIS and running, you then need to communicate with the share-point web services, which is not as easy as it may first seem. Fortunately there is a good article here about it, that guides you through your first steps.

                                http://www.craigethomas.com/blog/2009/01/sharepoint-meet-php/

                                Finally if you have questions about the MS specific side of things, such as as share-point and or IIS, then you can ask your questions in the "Linked.Net users group.. (Lidnug)" on Linked in.

                                at : http://www.linkedin.com/groups?gid=43315

                                You will need a Linked-in account to access it however, but I can generally be found hanging around in there, along with many other Sharepoint and Microsoft based technology professionals.

                                Cheers

                                Shawty

                                  a year later

                                  You should have a look at http://www.bendsoft.com/downloads/sharepoint-php-tools/

                                  It's a standardized php-kit that works with SharePoint list data exported through in the Camelot XML format, which is necessary since you really want to have the schema of the list.

                                  There are some integration diagrams to view and download in the screenshots and download section.

                                  There should be some tools available to post data from PHP to SharePoint as well.

                                    a month later
                                    necrogami;10889692 wrote:

                                    Well it's going to be a set of classes. At the moment it's not much, Trying to dive through so much SOAP response data is insane. Yes i have gotten connection setup and communicating in PHP w/ SOAP, WSDL, and NTLM.

                                    I'm really curious on how you connected NTLM with php. If you don't mind, can you forward the class to me as well. Thanks.

                                      9 months later
                                      necrogami;10889181 wrote:

                                      I have a set of classes which area geared towards user data from our sharepoint server. I can pole users and such information based on windows domain information as long as it's linked into Sharepoint. If you are interested please let me know.

                                      Do you still have those classes? can you share it?

                                      Thanks

                                        Write a Reply...