January 2009
1 post
Feedback
how can one save the status in a database on every change/click (lets say a field has eithter the value 1, 2 or 3 each one corresponding to a status)? so each click (like in the first example) on another status would update the DB (e.g. product = 1, price =2, brand =3).
i suppose one has to use ajax but since im a noobie i do not have an idea how to do that in combination with your nice...