I'm developing a board that allows people to list and search for Minecraft servers (that people have submitted).
I'd like to give people the ability to submit a short, 300 word description about their server when submitting it, however, I'm unsure what the best way to do it would be.
I was thinking of having a separate table from my main table purely for storing this information as TEXT. The information about the server would be retrieved from the table via GET method.
Is this all sound? Is there a better way to store a somewhat small amount of text?
TEXT as your datatype for a new col in your *servers table (no need for a new table, unless this data has a relationship with other tables).Optional strip all html and allow limited bbcode or markdown
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With