Subversion Repositories cheapmusic

Rev

Rev 27 | Rev 38 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 27 Rev 28
Line 52... Line 52...
52
	$result = utf8_encode($result);
52
	$result = utf8_encode($result);
53
	$result = simplexml_load_string($result);
53
	$result = simplexml_load_string($result);
54
 
54
 
55
    curl_close($ch);
55
    curl_close($ch);
56
 
56
 
57
echo "$url<pre>";print_r($result);echo "</pre>";
57
//echo "$url<pre>";print_r($result);echo "</pre>";
58
 
58
 
59
	$arr = [];
59
	$arr = [];
60
 
60
 
61
// Check to see if the request found any results
61
// Check to see if the request found any results
62
	if (isset($result->products['total-matched'])) {
62
	if (isset($result->products['total-matched'])) {