Nasıl tür, iyi i geliyor format bu tür $ _POST yapar biçiminde i dizi bir dize, can ...:
101=1&2020=2&303=3
(Incase your wondering, its the result of jQuery Sortable Serialize... I want to run an SQL statement to update a field with the RIGHT side of the = sign, where its the left side of the equal sign? I know the SQL for this, but i wanted to put it in a format that i could use the foreach($VAR as $key=>$value) and build an sql statement from that.. as i dont know how many 101=1 there will be?
Ben sadece bir anahtar = 101 $ yol ve $ value = 1 Bu patlayabilir istiyorum
Sounds confusing ;) Thanks so so much in advanced!!