Text only
|
Text with Images
Discussion Community
IT Acumens Forum => Programming Discussions for Engineers => Web Services in PHP => Topic started by: sukishan on Aug 22, 2009, 11:59 PM
Title:
ManufacturerSearchRequest for OXO Kitchen Supplies
Post by:
sukishan
on
Aug 22, 2009, 11:59 PM
<?php
// I love OXO kitchen products
$params = array('manufacturer' => 'oxo',
'mode' => 'kitchen',
'page' => 1,
'type' => 'lite',
'tag' => 'trachtenberg-20',
'devtag' => 'XXXXXX'
);
$hits = $client->ManufacturerSearchRequest($params);
?>
Text only
|
Text with Images