Hi guys/gals, i'm totally new to the PHP scene and am starting to get into it. I dont like using MS Access for a web based app so i decided to learn php and mySql. But in order for me to be able to use it I need it to be able to communicate with Microsoft Sharepoint Services.

I am curious as to whether PHP can do this and how I would go about doing it.

Any help would be appreciated

    How does anything communicate with Sharepoint Services? Has Microsoft published an API?

      You can use an odbc connection to Sharepoint Services with Ms Access. I have successfully done it in ASP (to a small degree, didnt really go to far cos the language for the software was changed) now i'm trying to figure it out for php.

      I believe sharepoint runs on an sql server so I figure you can access it similar to mySql or something but not sure how......

        So use an ODBC connection. Or if it's an MS SQL Server database, use MS SQL. PHP supports both.

          Write a Reply...