() in / home / maxer / etki / x / public_html / x / items.php hat 41 üzerinde foreach için verilen Geçersiz bağımsız değişken: Bir Uyarı alma
line 41 foreach
$items = getUserList($user,0,100);
foreach($items as $item){
echo "<img src=\"".$item['image']."\">"; //image
echo ""; //title
echo ""; //button for add to list
}