SuperTini Posted November 12, 2008 Share Posted November 12, 2008 Hello, I am working on a site where useres are supposed to publish stories. On the index.php only the first five lines (or so) of the newest article should show. How do I create something like that with php and mySQL? Thanks for help. Link to comment https://forums.phpfreaks.com/topic/132481-solved-showing-only-the-first-5-lines-of-an-entry/ Share on other sites More sharing options...
trq Posted November 12, 2008 Share Posted November 12, 2008 There is an article on the subject on our main site here. Link to comment https://forums.phpfreaks.com/topic/132481-solved-showing-only-the-first-5-lines-of-an-entry/#findComment-688825 Share on other sites More sharing options...
DarkWater Posted November 12, 2008 Share Posted November 12, 2008 There is an article on the subject on our main site here. I'm fairly sure that the pagination tutorial doesn't cover this. @Thread starter: Check out the substr() function. You can cut the string at x amount of characters and just display those with a More... link. Link to comment https://forums.phpfreaks.com/topic/132481-solved-showing-only-the-first-5-lines-of-an-entry/#findComment-688833 Share on other sites More sharing options...
trq Posted November 12, 2008 Share Posted November 12, 2008 There is an article on the subject on our main site here. I'm fairly sure that the pagination tutorial doesn't cover this. @Thread starter: Check out the substr() function. You can cut the string at x amount of characters and just display those with a More... link. Hehe, I only skimmed the question obviously. I thought the op said 'five articles', not 'five lines'. Link to comment https://forums.phpfreaks.com/topic/132481-solved-showing-only-the-first-5-lines-of-an-entry/#findComment-688835 Share on other sites More sharing options...
SuperTini Posted November 13, 2008 Author Share Posted November 13, 2008 Super! I will try that now. Thanks for fast replies. Will post the result later on:) Have a nice day, Christina Link to comment https://forums.phpfreaks.com/topic/132481-solved-showing-only-the-first-5-lines-of-an-entry/#findComment-689184 Share on other sites More sharing options...
SuperTini Posted November 13, 2008 Author Share Posted November 13, 2008 Thank you DarkWater. It works! Link to comment https://forums.phpfreaks.com/topic/132481-solved-showing-only-the-first-5-lines-of-an-entry/#findComment-689185 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.