Sorry about that. I've got simple html forms that have a name=\"something\" and value=\$something\"
This works fine for my initial query, I extract data out of MySQL and it populates the above form fields, but if I want to change a textfield or textarea and update that change back into the Db, the initial \"$something\" gets "updated" into the Db instead of the change(s) that I just made.