<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Fri, 24 May 2013 19:24:25 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[David Dudok de Wit's Blog: Creating SharePoint list items with PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/14121</guid>
      <link>http://www.phpdeveloper.org/news/14121</link>
      <description><![CDATA[<p>
In a new post to his blog <i>David Dudok de Wit</i> has a mini-tutorial on how to get you your PHP script <a href="http://davidsit.wordpress.com/2010/03/03/creating-sharepoint-list-items-with-php/">connected with SharePoint</a> to add new items to a list (based on an <a href="http://davidsit.wordpress.com/2010/02/23/reading-a-sharepoint-list-with-php">earlier post of his</a>).
</p>
<blockquote>
If you read my previous post (<a href="http://davidsit.wordpress.com/2010/02/23/reading-a-sharepoint-list-with-php">Reading a SharePoint list with PHP</a>) 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.
</blockquote>
<p>
He lists <a href="http://msdn.microsoft.com/en-us/library/dd926627.aspx">two</a> <a href="http://msdn.microsoft.com/en-us/library/lists.lists.updatelistitems.aspx">resources</a> that can help you get started on formatting the queries and some code that, using <a href="http://sourceforge.net/projects/nusoap/">NuSOAP</a> (yes, use can use <a href="http://php.net/soap">PHP's SOAP extension</a> too), connects to the remote SharePoint server and pushes across a SOAP message (XML) to update the given list's items.
</p>]]></description>
      <pubDate>Wed, 03 Mar 2010 10:33:10 -0600</pubDate>
    </item>
  </channel>
</rss>
