sorting text from file

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
goblinhybrid
Forum Newbie
Posts: 8
Joined: Tue Dec 09, 2003 2:41 pm

sorting text from file

Post by goblinhybrid »

i want to read data from a file then sort it. i can read the file into one big string but i dont know how to sort it. by sorting i mean splitting it up based on text searches for characters like ":".
thanks
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

[php_man]explode[/php_man]()
Post Reply