lc21 Posted July 14, 2007 Share Posted July 14, 2007 I currently have designed a form with a description field and I was wondering when that is submitted to the database how should that be stored, is the best option varchar? thanks. Link to comment https://forums.phpfreaks.com/topic/59893-solved-description-field/ Share on other sites More sharing options...
AndyB Posted July 14, 2007 Share Posted July 14, 2007 varchar has a limit of 255 characters. If that's enough, OK. Otherwise use a text data type Link to comment https://forums.phpfreaks.com/topic/59893-solved-description-field/#findComment-297901 Share on other sites More sharing options...
182x Posted July 14, 2007 Share Posted July 14, 2007 thanks, what is the limit of text? Link to comment https://forums.phpfreaks.com/topic/59893-solved-description-field/#findComment-297988 Share on other sites More sharing options...
hackerkts Posted July 14, 2007 Share Posted July 14, 2007 65535 characters, take a look at this http://www.phpfreaks.com/forums/index.php?topic=125713.0 Link to comment https://forums.phpfreaks.com/topic/59893-solved-description-field/#findComment-297993 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.