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); } Quote 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. Quote Link to comment https://forums.phpfreaks.com/topic/66448-display-in-row/#findComment-332683 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.