I am working with PHPMyadmin and I have a field called The_Job, in which there is a vast description of a job. I have created a .php document where I have added a dinamic table with all the rows from my database. The_job is one of them, and what I want to do is to add only a fragment of the data from the database field The_Job into the table.
Which means that I have to somehow cut down the text to a limited "x" number of characters and add "..." at the end.
How can I do that?