pouncer Posted April 3, 2009 Share Posted April 3, 2009 I'm making a small web app that requires a user to add RSS links into a database. But what field type should I use to store these links? VARCHAR? Link to comment https://forums.phpfreaks.com/topic/152387-what-field-types-to-use-for-my-fields/ Share on other sites More sharing options...
fenway Posted April 3, 2009 Share Posted April 3, 2009 Most URIs are shorter than 255... Link to comment https://forums.phpfreaks.com/topic/152387-what-field-types-to-use-for-my-fields/#findComment-800321 Share on other sites More sharing options...
pouncer Posted April 3, 2009 Author Share Posted April 3, 2009 What does that mean? Is Varchar used for over 255 legnths? Link to comment https://forums.phpfreaks.com/topic/152387-what-field-types-to-use-for-my-fields/#findComment-800693 Share on other sites More sharing options...
fenway Posted April 3, 2009 Share Posted April 3, 2009 What does that mean? Is Varchar used for over 255 legnths? That was the varchar limit until v5. Link to comment https://forums.phpfreaks.com/topic/152387-what-field-types-to-use-for-my-fields/#findComment-800702 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.