sandy1028 Posted August 24, 2007 Share Posted August 24, 2007 How to display the data in row. $tex[0] is printed in column so I want to print in row $lines=file("data.txt"); foreach($lines as $line){ $text_line=explode("|",$line); foreach($text_line as $text){ $tex=explode(":",$text); } Link to comment https://forums.phpfreaks.com/topic/66448-display-in-row/ Share on other sites More sharing options...
chronister Posted August 24, 2007 Share Posted August 24, 2007 Please be more clear about what your wanting to do. I don't understand what your trying to do at all. Link to comment https://forums.phpfreaks.com/topic/66448-display-in-row/#findComment-332683 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.