I'm wondering if it is possible to pick a column which is in TEXT(LONGTEXT as well), and then display only the first 200, 300, or whatever characters of it.
I know I can do that this way through a .txt file... using the fchar() function, I believe.. I want to make things simple by putting everything into the MySQL database.
It would save me much time.
Thank you.