require_once 'include/load_it.php';
$nice = ($_GET['nice']);
$Key = 'tfvs7'; // Your API key
$remix = new Load_Service_Con($Key);
$result = $new->product($nice)->show(array('salePrice','url'))->query();
echo $result;
I am trying to figure out how I can extract the values of the array and echo the values into seperate div's
Thanks
print_r ($result);to the end, then you can find a way to use those variables.$_GETretrieval are unecessary as well.