Subversion Repositories cheapmusic

Rev

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

Rev 21 Rev 23
Line 62... Line 62...
62
	$result = utf8_encode($result);
62
	$result = utf8_encode($result);
63
	$result = simplexml_load_string($result);
63
	$result = simplexml_load_string($result);
64
 
64
 
65
    curl_close($ch);
65
    curl_close($ch);
66
 
66
 
67
//echo "<pre>";print_r($result);echo "</pre>";
67
//echo "$url<pre>";print_r($result);echo "</pre>";
68
 
68
 
69
	$arr = [];
69
	$arr = [];
70
 
70
 
71
// Check to see if the request found any results
71
// Check to see if the request found any results
72
	if (isset($result->products['total-matched'])) {
72
	if (isset($result->products['total-matched'])) {