I have built a little MySQL / PHP forum, and was wandering how to incresae the storage of the main message from 255 characters to a lot more, which field type am I after?
Everything works fine, except for this!
Cheers,
W.
carneddau
11:57 am on Jul 4, 2004 (gmt 0)
Hi,
You need to use one of TEXT/MEDIUMTEXT/LONGTEXT data type as opposed to VARCHAR.
Cheers
wonderboy
12:14 pm on Jul 4, 2004 (gmt 0)
thank you please, I have to learn these field types =)