Untitled
unknown
plain_text
4 years ago
204 B
9
Indexable
$xmlProducts = [];
foreach($xml->item as $item){
if(strpos($item->urunadi, 'atlet') !== false{
$xmlProducts['selected'][] = $item;
}else{
$xmlProducts['others'][] = $item;
}
}Editor is loading...