
David Wessell - 2007-11-07 15:19:31
Hi,
I'm moving a site that uses the UPS XML Package Tracker from a Apache system to a IIS system.. And I'm getting a few errors..
In my code I have:
include 'trackingClasses/ups_tracker_class.php';
$foo = new UPS_XML_PACKAGE_TRACKER();
$foo->setActivity('activity'); //if 0 , it will display only last status
$foo->settTackingNumber($n);
But when the code is run, everything after new UPS_XML_PACKAGE_TRACKER(); is not processed as php code, but is outputted as text..
I'm running php4.4.7 and IIS 6.. Is there a missing module possibly, that I haven't enabled? Or any other suggestions?
Thanks
David