Rat
Not bored. Never bored.,
Once again, after several years, I'm trying to get into PHP/MySQL website building. Turns out I'm still not very good at it. I have a specific problem that I'm hoping someone can point me in the right direction for.
I have a page that contains half a dozen text and textarea inputs for updating the information in a specific table. If I update a column that is a varchar type, it works fine, but if I try it with any other type, it fails, even when it's a text field. There are no errors, as far as I can tell; it just doesn't update.
Do I have to do anything different when updating text fields, or am I condemned to going through the source for the 438th time looking for where I might have missed a semicolon or closing bracket?
I have a page that contains half a dozen text and textarea inputs for updating the information in a specific table. If I update a column that is a varchar type, it works fine, but if I try it with any other type, it fails, even when it's a text field. There are no errors, as far as I can tell; it just doesn't update.
Do I have to do anything different when updating text fields, or am I condemned to going through the source for the 438th time looking for where I might have missed a semicolon or closing bracket?
