right now there are 4 rows in that table, so the "order" field should be updated 4 times. Once for each row. If I use the above code, all rows get the same value, and I cant put in...
PHP Code:
WHERE `id` = '"$_GET['id']"'
...since im not looking to update a single row. Im looking to update all rows.
That would be the error i guess...
Any suggestions?
Thanks for taking the time to answer!
/Niklas