If I want to save a text over 255 characters in a database running on PHPmyAdmin, how can I do? Because by using VAR, you can only save upto 255
Any suggestions?
Hi Ali,
Instead of using VARCHAR try using one of the four TEXT types, TINYTEXT, TEXT, MEDIUMTEXT, and LONGTEXT . Have a look at THE MANUAL for more details.
Cheers,
Neil.