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.' '; 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. 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 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 Link to comment https://forums.phpfreaks.com/topic/66470-rows-and-columns/#findComment-332832 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.