PhpMysqladmin field maximum length...

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Limno
    New Member
    • Apr 2008
    • 92

    PhpMysqladmin field maximum length...

    Field - description
    Type - Text
    Collation - utf8_general_ci

    But i cant store my data, if its more description detail. what is maximum length to store lengthy values in that field.

    Thanks in Advance
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    see MySQL documentation

    text can take up roughly 65K characters, if you should require more, use mediumtext or longtext (up to 4 billion characters)

    Comment

    • Limno
      New Member
      • Apr 2008
      • 92

      #3
      yes i m using this, but i m inserting my description field by

      <textarea name="descripti on" rows="3" id="transl2" style="width:60 0px; height:250px; color: black;"><?php echo $row1[2];?></textarea>

      i cant insert my value using insert query

      Comment

      • Dormilich
        Recognized Expert Expert
        • Aug 2008
        • 8694

        #4
        any (MySQL) error messages?

        Comment

        • Limno
          New Member
          • Apr 2008
          • 92

          #5
          Thanks, It's working.. i used addslashes() function.
          Thank u again Torph.

          Comment

          • Dormilich
            Recognized Expert Expert
            • Aug 2008
            • 8694

            #6
            Thank u again Torph.
            I’m neither Torph nor Toph (that’s my avatar*), I’m Dormilich.

            * what a pun…

            Comment

            • Limno
              New Member
              • Apr 2008
              • 92

              #7
              K Dormilich, Thank u soo much.
              Please Keep in Touch

              Comment

              Working...