Ok I have a dilemma as to the type of one my variables that is posted to a MYSQL database.
The field contains HTML coding that I want to preserve for later use. The number of characters is approximately 3000 to 5000 characters. This field gets posted to MySQL but I'm not sure what type it should be. Text? Blob? Anyone can help me?