![]() |
How to limit text length in php and provide 'Read more' link - Printable Version +- Sologet Forum (https://www.sologet.com) +-- Forum: Programming (https://www.sologet.com/Forum-Programming) +--- Forum: PHP Programming & Tutorials (https://www.sologet.com/Forum-PHP-Programming-Tutorials) +--- Thread: How to limit text length in php and provide 'Read more' link (/Thread-How-to-limit-text-length-in-php-and-provide-Read-more-link) |
How to limit text length in php and provide 'Read more' link - Kingsolomon - 10-31-2018 If you have set your php site to display post excerpts on the front or home page, you will want visitors to click on the title or a link to encourage them to continue reading your post or article, right? php makes this technique easy, and customizable. PHP Code Code: <?php RE: How to limit text length in php and provide 'Read more' link - Shugudun - 04-14-2020 It is a good way to encourage members to click on your link. |