php - textarea data not inserting completely -
i trying make admin page admin can edit 'about us' page description , image, displayed website.
i storing description textarea
, image image upload in database. description not inserting in database. page in webpage displaying incompletely. have changed description field in database varchar
text
, longtext
, blob
, longblob
.
i have tried increasing length insertion still incomplete. displaying 150 words - not more.
make sure you're using text
or blob
data type description texts.
Comments
Post a Comment