<?php function hexToStr($hex) { $string = ”; for ($i = 0; $i < strlen($hex) – 1; $i+= 2)
Read moreCreating Triggered Send Definition via SOAP API & PHP
<?php require(’../../00 Includes/exacttarget_soap_client.php’); $wsdl = ‘https://webservice.exacttarget.com/etframework.wsdl’; try { /* Create the Soap Client */ $client = new
Read moreCreating Triggered Send via SOAP API & PHP
<?php require (’../../00 Includes/exacttarget_soap_client.php’); $wsdl = ‘https://webservice.exacttarget.com/etframework.wsdl’; try { /* Create the Soap Client */ $client = new ExactTargetSoapClient($wsdl,
Read more