hi !
i am building a website using php and mysql . My problem is that i want to store more than 255 characters in varchar field is there any solution for this problem . Kindly help me.
yes, use one of the TEXT column types.
You can use "Text" datatype.