Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

David Dudok de Wit's Blog:
Creating SharePoint list items with PHP
Mar 03, 2010 @ 16:33:10

In a new post to his blog David Dudok de Wit has a mini-tutorial on how to get you your PHP script connected with SharePoint to add new items to a list (based on an earlier post of his).

If you read my previous post (Reading a SharePoint list with PHP) you'll notice that the code is very similar. In fact, only the CAML query (which is contained in the SOAP request) and the Lists method has changed. Once again, I recommend following this simple guideline when coding a SharePoint application from PHP or Java.

He lists two resources that can help you get started on formatting the queries and some code that, using NuSOAP (yes, use can use PHP's SOAP extension too), connects to the remote SharePoint server and pushes across a SOAP message (XML) to update the given list's items.

tagged: sharepoint soap nusoap update list caml

Link:

Andrew Johnstone's Blog:
Sharepoint & PHP
Dec 12, 2005 @ 20:28:57

In this new post from Andrew Johnstone today, there's a look at how to use the Microsoft SharePoint services directly from PHP.

I was interested in integrating PHP and SharePoint services, and using Microsoft Word 2003 (Or other MS Office Products) to upload documents directly to PHP, here are some of my observations.

He walks through the thoughts and progress he made while exploring the connection, and includes the messages sent to the server and the kinds of responses he got back...

tagged: sharepoint microsoft connect sharepoint microsoft connect

Link:

Andrew Johnstone's Blog:
Sharepoint & PHP
Dec 12, 2005 @ 20:28:57

In this new post from Andrew Johnstone today, there's a look at how to use the Microsoft SharePoint services directly from PHP.

I was interested in integrating PHP and SharePoint services, and using Microsoft Word 2003 (Or other MS Office Products) to upload documents directly to PHP, here are some of my observations.

He walks through the thoughts and progress he made while exploring the connection, and includes the messages sent to the server and the kinds of responses he got back...

tagged: sharepoint microsoft connect sharepoint microsoft connect

Link:


Trending Topics: