If you have an index on these altered columns, drop them and if necessary, recreate them using a FULL TEXT index or using only the first 255 characters.
hi,
I've tried to alter the table from varchar(255) to text but after altering it, it dosen't except the data from the frontend, only for the columns which one I've altered. Why is so.
Neal
We're these indexed?
Actually I have only one table with 16 columns and I am passing the value from the PHP form, to the mysql database
Thanx I got them working. Actualy it was because of my functions, which wasn't working as I wanted them. Thank You