Hi,
I am trying to add a lot of emails to a particular forum in the "newpostemail" field. (It is my staff forum, and I want all the staff to receive instant emails of that forum).
Currently it only supports 255 characters in the VARCHAR format. When I try to add more, an error message says that I should use BLOB instead of VARCHAR. But when I use BLOB I get an a syntax error message.
Does anyone know how to increase the characters for the newpostemail field?
Thanks
I am trying to add a lot of emails to a particular forum in the "newpostemail" field. (It is my staff forum, and I want all the staff to receive instant emails of that forum).
Currently it only supports 255 characters in the VARCHAR format. When I try to add more, an error message says that I should use BLOB instead of VARCHAR. But when I use BLOB I get an a syntax error message.
Does anyone know how to increase the characters for the newpostemail field?
Thanks
Comment