Jump to content

Files


sandy1028

Recommended Posts

not sure if i get u ryt...

 

$lines = file('phonedb.txt');

$line1 = array();

$line2 = array();

foreach($lines as $line)

{

        $text_line=explode(":",$line);

        $line1[] = $text_line[0];

        $line2[] = $text_line[1];

}

 

sort($line1);

sort($line2);

Link to comment
https://forums.phpfreaks.com/topic/62992-files/#findComment-313694
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.