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 55... Line 55...
55
	$result = utf8_encode($result);
55
	$result = utf8_encode($result);
56
	$result = simplexml_load_string($result);
56
	$result = simplexml_load_string($result);
57
 
57
 
58
    curl_close($ch);
58
    curl_close($ch);
59
 
59
 
60
//echo "<pre>";print_r($result);echo "</pre>";
60
//echo ";$url<br>;<pre>";print_r($result);echo "</pre>";
61
 
61
 
62
	$arr = [];
62
	$arr = [];
63
 
63
 
64
// Check to see if the request found any results
64
// Check to see if the request found any results
65
	if (isset($result->TotalMatches)) {
65
	if (isset($result->TotalMatches)) {