I have a table with a large number of longtext fields (18) along with a number of other various integer and …
mysql innodb longtext$query="INSERT INTO `ARTICLES` (`TITLE`, `BY`, `IN`, `POST`) VALUES('". $title ."', '". $by ."', '". $in ."', '". $_POST[…
php mysql longtextAs the title says, I'm after a good field type for a comments field I have in a table. It …
mysql field longtextI have 22 database fields of type longtext. If I try saving 12 of the fields with the following data I get …
mysql longtext