sandy1028 Posted August 24, 2007 Share Posted August 24, 2007 hi, In pagination of column wise I want to display the rows as the columns. The page slicing is correct but all the data is displayed in page1. In page2 and page 3 it is blank. Please help me with this foreach($data as $line){ $text_line=explode("|",$line); foreach($text_line as $text){ $tex=explode(":",$text); $output.=$text.' '; Quote Link to comment https://forums.phpfreaks.com/topic/66470-rows-and-columns/ Share on other sites More sharing options...
rameshfaj Posted August 24, 2007 Share Posted August 24, 2007 First are u sure that ur pagination script works well on other data. Quote Link to comment https://forums.phpfreaks.com/topic/66470-rows-and-columns/#findComment-332814 Share on other sites More sharing options...
sandy1028 Posted August 24, 2007 Author Share Posted August 24, 2007 It works fine. How to display the rows based on columns Quote Link to comment https://forums.phpfreaks.com/topic/66470-rows-and-columns/#findComment-332822 Share on other sites More sharing options...
xyn Posted August 24, 2007 Share Posted August 24, 2007 Again I suggest you follow this tutorial: http://www.phpfreaks.com/tutorials/43/0.php Quote Link to comment https://forums.phpfreaks.com/topic/66470-rows-and-columns/#findComment-332832 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.