$x, 'y'=>$y)); /* $target = -1; $i = 0; foreach ($xmla->item as $s) { if ($s['id']==$id) { $target = $i; break; } $i++; } $xmla->item[$target]->y = $y; $xmla->item[$target]->x = $x; $xmla->asXML('../db/config.xml'); echo $target; */ ?>