[insert_php]
/*
*
* Lennox.com Product API v1.0 Example
* PRODUCT CATEGORIES LISTING
*
* XML Source: https://lennox.com/api/v1/categories/
*
* PHP 5 w/ XML transport
* Author: Ben Wilson (bwilson@powercreative.com)
* 2008/10/09
*
* Version 1.0 – Initial write
* Version 1.1 – Ratings and Reviews addition – 02/13/2013
*
* Note: the “allow_url_fopen” directive in your php.ini file must be
* set to “On” for this demo to work.
*/

$APIKEY = ‘HYvgukj’;

?>


Product Categories – PHP 5 – Lennox.com API Prototype


Error) {
echo “ERROR: “.$xml->Error;
exit();
}

foreach($xml->Category as $category) {
?>




[/insert_php]