Jump to content

storing lots of text


unistake

Recommended Posts

Hi all,

 

I am wondering what the best way to store lots of text on mysql input by a web user is.

 

The text would be for a user to describe a product in detail and could be anything from 10 - 500 words long. (or more!)

 

It would need to store the paragraphs created in the html form field.

 

Any suggestions would be appreciated.

 

Thanks

 

 

Link to comment
https://forums.phpfreaks.com/topic/217194-storing-lots-of-text/
Share on other sites

Maybe I've been doing this wrong this whole time, but when I need a user to input multiple paragraphs of text, i'd have the write inside a textarea and set that to longtext in the database

 

I am by no means an expert and I'm self taught, so I could be wrong, but I thought varchar had a maximum amount of characters?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.