when I create a column in my database what should the column type be to accept more than 255 characters. For example I want to insert some html code, like images and links....
TEXT - Just be careful of what you store, how you store it, how you call it and how you output it (particularly if you are storing HTML code).
what kind of security problems should I be looking for?