Jump to content

List data


sandy1028

Recommended Posts

Hi,

 

When the print $text_line[0] the output will be

abc xyz hjhj uiui jhjh in this form

 

How to list the name in the order

abc

xyz

hjhj

etc

 

I need to display these in the tree format

 

 

 

 

 

$lines = file('./data.txt');

                foreach ($lines as $line) {
                $text_line = explode(":" , $line);
       echo "$text_line[0]";
                }

Link to comment
https://forums.phpfreaks.com/topic/60741-list-data/
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.