DarkPrince2005 Posted October 19, 2007 Share Posted October 19, 2007 I've got a form in php that enables a user to add records to a mysql database, but for some reason when the Status_Report exceeds 700 characters it doesn't want to save to the database, the datatype of the field in the database is set to text and the limit set to 5000. any sollutions out there? anybody able to help me? PLEASE HELP!!!!!!!!!!! Quote Link to comment https://forums.phpfreaks.com/topic/73929-solved-saving-problem/ Share on other sites More sharing options...
DarkPrince2005 Posted October 19, 2007 Author Share Posted October 19, 2007 Anyone??? Quote Link to comment https://forums.phpfreaks.com/topic/73929-solved-saving-problem/#findComment-373085 Share on other sites More sharing options...
Daukan Posted October 19, 2007 Share Posted October 19, 2007 Try using mediumtext or longtext, it will hold more data. Quote Link to comment https://forums.phpfreaks.com/topic/73929-solved-saving-problem/#findComment-373089 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.