<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Nick Holdren &#187; Php</title>
	<atom:link href="http://nickholdren.com/category/tutorials/php-tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://nickholdren.com</link>
	<description>Engineer, Mathematician, Musician</description>
	<lastBuildDate>Tue, 07 Feb 2012 20:11:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Custom Yii Rule for Unique Attribute Validation</title>
		<link>http://nickholdren.com/2012/01/19/custom-yii-rule-for-unique-attribute-validation/</link>
		<comments>http://nickholdren.com/2012/01/19/custom-yii-rule-for-unique-attribute-validation/#comments</comments>
		<pubDate>Thu, 19 Jan 2012 07:37:33 +0000</pubDate>
		<dc:creator>Nick Holdren</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Yii]]></category>
		<category><![CDATA[attributes]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[rules]]></category>
		<category><![CDATA[validation]]></category>
		<category><![CDATA[yii]]></category>

		<guid isPermaLink="false">http://nickholdren.com/?p=744</guid>
		<description><![CDATA[You&#8217;ve probably seen it or experienced at some point when registering for a site where you must pick a unique username or subdomain for account registration. However, this is can be tedious to implement in both frameworks and non-framework solutions. Luckily, Yii has validation rules that can be implemented easily [...]]]></description>
		<wfw:commentRss>http://nickholdren.com/2012/01/19/custom-yii-rule-for-unique-attribute-validation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ExactTarget SOAP API Wrapper</title>
		<link>http://nickholdren.com/2011/03/19/exacttarget-soap-api-wrapper/</link>
		<comments>http://nickholdren.com/2011/03/19/exacttarget-soap-api-wrapper/#comments</comments>
		<pubDate>Sat, 19 Mar 2011 04:37:19 +0000</pubDate>
		<dc:creator>Nick Holdren</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Php]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[ExactTarget]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[SOAP]]></category>
		<category><![CDATA[wrapper]]></category>

		<guid isPermaLink="false">http://nickholdren.com/?p=651</guid>
		<description><![CDATA[Although having the ability to wrap the entire SOAP API would be nice I found it nearly impossible. However, I&#8217;ve made a simplified version that allows one to act on ExactTarget objects. It allows for Create, Update, Delete, Retrieve, and Upsert of an object. Again, it is simple but it [...]]]></description>
		<wfw:commentRss>http://nickholdren.com/2011/03/19/exacttarget-soap-api-wrapper/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add An Item To An ExactTarget Portfolio VIA SOAP API Using PHP</title>
		<link>http://nickholdren.com/2011/03/11/add-an-item-to-an-exacttarget-portfolio-via-soap-api-using-php/</link>
		<comments>http://nickholdren.com/2011/03/11/add-an-item-to-an-exacttarget-portfolio-via-soap-api-using-php/#comments</comments>
		<pubDate>Fri, 11 Mar 2011 21:00:35 +0000</pubDate>
		<dc:creator>Nick Holdren</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[ExactTarget]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[SOAP]]></category>

		<guid isPermaLink="false">http://nickholdren.com/?p=646</guid>
		<description><![CDATA[This piece of code allows one to add a Portfolio item to an ExactTarget account.]]></description>
		<wfw:commentRss>http://nickholdren.com/2011/03/11/add-an-item-to-an-exacttarget-portfolio-via-soap-api-using-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Execute A Triggered Send With Additional Attributes Via SOAP API In ExactTarget Using PHP</title>
		<link>http://nickholdren.com/2011/03/08/execute-a-triggered-send-with-additional-attributes-via-soap-api-in-exacttarget-using-php/</link>
		<comments>http://nickholdren.com/2011/03/08/execute-a-triggered-send-with-additional-attributes-via-soap-api-in-exacttarget-using-php/#comments</comments>
		<pubDate>Tue, 08 Mar 2011 17:00:58 +0000</pubDate>
		<dc:creator>Nick Holdren</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[attributes]]></category>
		<category><![CDATA[ExactTarget]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[SOAP]]></category>
		<category><![CDATA[triggered send]]></category>

		<guid isPermaLink="false">http://nickholdren.com/?p=636</guid>
		<description><![CDATA[This is an example of how to execute a triggered send within the ExactTarget platform. $wsdl = 'https://webservice.exacttarget.com/etframework.wsdl'; try{ //Create the Soap Client $client = new ExactTargetSoapClient($wsdl, array('trace'=>1)); // Set username and password here $client->username = 'username'; $client->password = 'password'; //Define the subscriber $subscriber = new ExactTarget_Subscriber(); $subscriber->EmailAddress = 'test@test.com'; [...]]]></description>
		<wfw:commentRss>http://nickholdren.com/2011/03/08/execute-a-triggered-send-with-additional-attributes-via-soap-api-in-exacttarget-using-php/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Update A Query Activity In ExactTarget Via SOAP API In ExactTarget</title>
		<link>http://nickholdren.com/2011/03/07/update-a-query-activity-in-exacttarget-via-soap-api-in-exacttarget/</link>
		<comments>http://nickholdren.com/2011/03/07/update-a-query-activity-in-exacttarget-via-soap-api-in-exacttarget/#comments</comments>
		<pubDate>Mon, 07 Mar 2011 17:00:14 +0000</pubDate>
		<dc:creator>Nick Holdren</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[ExactTarget]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[query activity]]></category>
		<category><![CDATA[SOAP]]></category>

		<guid isPermaLink="false">http://nickholdren.com/?p=627</guid>
		<description><![CDATA[try { $wsdl = 'https://on.exacttarget.com/etframework.wsdl'; $client = new ExactTargetSoapClient($wsdl, array('trace'=>1)); $client->username = 'username'; $client->password = 'password'; //Define the query definition $query = new ExactTarget_QueryDefinition(); $query->ObjectID = 'QueryID'; $sql = "SELECT TOP 10 FROM table"; $query->QueryText = $sql; //Set the targeted data extension $ibo = new ExactTarget_InteractionBaseObject(); $ibo->CustomerKey = 'Target DE'; [...]]]></description>
		<wfw:commentRss>http://nickholdren.com/2011/03/07/update-a-query-activity-in-exacttarget-via-soap-api-in-exacttarget/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create A Query Activity In ExactTarget Via SOAP API In ExactTarget</title>
		<link>http://nickholdren.com/2011/03/04/create-a-query-activity-in-exacttarget-via-soap-api-in-exacttarget/</link>
		<comments>http://nickholdren.com/2011/03/04/create-a-query-activity-in-exacttarget-via-soap-api-in-exacttarget/#comments</comments>
		<pubDate>Fri, 04 Mar 2011 17:00:42 +0000</pubDate>
		<dc:creator>Nick Holdren</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[ExactTarget]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[query activity]]></category>
		<category><![CDATA[SOAP]]></category>

		<guid isPermaLink="false">http://nickholdren.com/?p=625</guid>
		<description><![CDATA[try { $wsdl = 'https://on.exacttarget.com/etframework.wsdl'; $client = new ExactTargetSoapClient($wsdl, array('trace'=&#62;1)); $client-&#62;username = 'username'; $client-&#62;password = 'password'; //Define the query definition $query = new ExactTarget_QueryDefinition(); $query-&#62;Name = "Test Query"; $query-&#62;CustomerKey = "TestQuery"; $query-&#62;Description = "Test Query Description"; $query-&#62;TargetUpdateType = "Overwrite"; $query-&#62;TargetType = "DE"; $query-&#62;QueryText = "SELECT * FROM table"; //Set the [...]]]></description>
		<wfw:commentRss>http://nickholdren.com/2011/03/04/create-a-query-activity-in-exacttarget-via-soap-api-in-exacttarget/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microgroove API Wrapper For PHP</title>
		<link>http://nickholdren.com/2011/03/03/microgroove-api-wrapper-for-php/</link>
		<comments>http://nickholdren.com/2011/03/03/microgroove-api-wrapper-for-php/#comments</comments>
		<pubDate>Thu, 03 Mar 2011 17:30:51 +0000</pubDate>
		<dc:creator>Nick Holdren</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Php]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[Microgroove]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://nickholdren.com/?p=638</guid>
		<description><![CDATA[API wrappers are nectar of the gods for programmers. Here is yet another one this time for the Microgroove API. Go get you some code! Feel free to advance the code. Remember, it is all open source right?]]></description>
		<wfw:commentRss>http://nickholdren.com/2011/03/03/microgroove-api-wrapper-for-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Retrieve Folder ID Via SOAP API In ExactTarget Using PHP</title>
		<link>http://nickholdren.com/2011/03/03/retrieve-folder-id-via-soap-api-in-exacttarget-using-php/</link>
		<comments>http://nickholdren.com/2011/03/03/retrieve-folder-id-via-soap-api-in-exacttarget-using-php/#comments</comments>
		<pubDate>Thu, 03 Mar 2011 17:00:54 +0000</pubDate>
		<dc:creator>Nick Holdren</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[ExactTarget]]></category>
		<category><![CDATA[folder]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[SOAP]]></category>

		<guid isPermaLink="false">http://nickholdren.com/?p=621</guid>
		<description><![CDATA[try{   $wsdl = 'https://on.exacttarget.com/etframework.wsdl'; //Create the Soap Client $client = new ExactTargetSoapClient($wsdl, array('trace'=&#62;1)); //Set the username and password $client-&#62;username = 'username'; $client-&#62;password = 'password'; //First find the parent folder $filter = new ExactTarget_SimpleFilterPart(); $filter-&#62;Property = "Name"; $filter-&#62;SimpleOperator = ExactTarget_SimpleOperators::equals; $filter-&#62;Value = array('Data Extensions'); //Other possibilities include Emails, or any [...]]]></description>
		<wfw:commentRss>http://nickholdren.com/2011/03/03/retrieve-folder-id-via-soap-api-in-exacttarget-using-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create Content Area Via SOAP API In ExactTarget Using PHP</title>
		<link>http://nickholdren.com/2011/03/02/create-content-area-via-soap-api-in-exacttarget-using-php/</link>
		<comments>http://nickholdren.com/2011/03/02/create-content-area-via-soap-api-in-exacttarget-using-php/#comments</comments>
		<pubDate>Wed, 02 Mar 2011 17:00:51 +0000</pubDate>
		<dc:creator>Nick Holdren</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[content area]]></category>
		<category><![CDATA[ExactTarget]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[SOAP]]></category>

		<guid isPermaLink="false">http://nickholdren.com/?p=619</guid>
		<description><![CDATA[try { $wsdl = 'https://on.exacttarget.com/etframework.wsdl'; $client = new ExactTargetSoapClient($wsdl, array('trace'=>1)); $client->username = 'username'; $client->password = 'password'; $content_area = new ExactTarget_ContentArea(); $content_area->Name = 'My Example Content Area'; $content_area->Content = 'Hello World'; $content_area = new SoapVar($content_area, SOAP_ENC_OBJECT, 'ContentArea', "http://exacttarget.com/wsdl/partnerAPI"); //Setup and execute the request $request = new ExactTarget_CreateRequest(); $request->Objects = $content_area; $request->Options [...]]]></description>
		<wfw:commentRss>http://nickholdren.com/2011/03/02/create-content-area-via-soap-api-in-exacttarget-using-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Execute Complex Filter Via SOAP API In ExactTarget Using PHP</title>
		<link>http://nickholdren.com/2011/03/01/execute-complex-filter-via-soap-api-in-exacttarget-using-php/</link>
		<comments>http://nickholdren.com/2011/03/01/execute-complex-filter-via-soap-api-in-exacttarget-using-php/#comments</comments>
		<pubDate>Tue, 01 Mar 2011 17:00:03 +0000</pubDate>
		<dc:creator>Nick Holdren</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[ExactTarget]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[SOAP]]></category>

		<guid isPermaLink="false">http://nickholdren.com/?p=617</guid>
		<description><![CDATA[$wsdl = 'https://webservice.exacttarget.com/etframework.wsdl'; /* Create the Soap Client */ $client = new ExactTargetSoapClient($wsdl, array('trace'=>1)); /* Set username and password here */ $client->username = 'username'; $client->password = 'password'; $rr = new ExactTarget_RetrieveRequest(); $rr->ObjectType = "DataExtensionObject[ExampleDE]"; // ExampleDE is the name of the data extension $rr->Properties = array(); $rr->Properties[] = "SubscriberKey";//Field you [...]]]></description>
		<wfw:commentRss>http://nickholdren.com/2011/03/01/execute-complex-filter-via-soap-api-in-exacttarget-using-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

