Forum Moderators: coopster
$b =& new xmlParser();
$b->tmp = 'ROW';
$tstz = getXML('GetAllProductions',array('SecurityToken' => '2220'));
$mike = $b->parse($tstz);
print_r($mike);
exit;
when i try to access 5000 record its says "no result", if i try to access an xml with 2000 it works fine.
any help
[edited by: coopster at 4:26 pm (utc) on Dec. 13, 2006]
[edit reason] generalized url TOS [webmasterworld.com] [/edit]
On a side note are you using PHP5? Is so, why not use the built-in SOAP Functions [php.net] instead?