Jump to content

Rows and columns


sandy1028

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.