Hello, guys.. I am actually working on a project. I can't figure out how to limit the displayed content on a table of a particular data.
I have a table (tblservices) that have fields (service_id, service_name, service_content, date_created).. the service_name is the title of the service, service_content is the whole description and guideline of the service. Now, I want to display all the data on tblservices (SELECT * FROM tblservices) in a table. I succesfully displayed all the data on the table, but on the column of service_content, I just want to display a short part of the service_content not the whole data of the service_content.
Please, help me on how to do it. I really appreciate any help. Thank you. Merry Christmas.