Код: Выделить всё
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;
Код: Выделить всё
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;