Subject May ibo did that in an simple way?
Author fingerclick2000
Imagine that i have two tables. One with names and another with
colors. One user may have one color from a table of colors. So, i did
a select

"select name, colors
from names, colors
where names.id_color = phones.id_color"

But when i "edit" this directly the user can't change his default
color because obviously it didn't bring a select box with the color he
choose before.

To do that i did a query to bring "all the colors" and another to
bring the "id_color from the user". So i select in colors the one that
has the id_color from the user. If he wants to change he can choose
another color from this. The question is, are there any better way in
ibo? Thanks in advance for help! :)