|
One field equals the value of another field
Man I hope I didn't open up a can of worms with this one. I am hoping it is simple.... How do I query a database for a value and input that value into another field?
For instance, let's say I have a person filling out a form. Their name (field_id=1), will populate their name somewhere else (field_id=10). How do I do this? I am trying to research the issue, but being that MySQL is not my expertise, I might not be using the proper words in my search...
Any help is appreciated. Thanks.
|