AdWords API HTTP method POST is not supported by this URL

2009-05-21 Thread rwhite35
)); ?> --- Your help is greatly appreciated. rwhite35 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To uns

AdWords API Iterate through XML Object

2009-06-05 Thread rwhite35
rase); $i++; } echo ""; //outputs the value of row[Query], once --- both code blocks output the first child of the "row" element, but not the next. The structure of the XML object is: [table] -> [rows] --> [row][0][Query] Help? Thanks in advance. rwhite35 --~--~---

AdWords API Re: Iterate through XML Object

2009-06-08 Thread rwhite35
$sxi =new SimpleXMLIterator($xmlstring); foreach ( $sxi as $node ) { foreach($node as $k=>$v) { for ($i=0; $irow[$i]["Query"].''; } } } catch(Exception $e) { echo $e->getMessage(); } Here is the reference Hannu suggested: http://www.phpro.org/tutorials/Introduction-to-SPL.html#11 rw

AdWords API Error: function Split() is deprecated in PHP api

2009-10-31 Thread rwhite35
enabled. Any thoughts would be appreciated. Thanks in advance! rwhite35 -- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-...@googlegroups.com. To unsubscribe from this group, send email

AdWords API Re: Error: function Split() is deprecated in PHP api

2009-11-01 Thread rwhite35
27; : Extra content at the end of the document However, the authentication token is returned and my MCC information is displayed, but non of my campaigns are present. Any thoughts, anyone? rwhite35 On Oct 31, 8:37 am, rwhite35 wrote: > Hello, > > I'm migrating from APIlity v13 to