Php question
•
20 May 2008, 12:34
•
Journals
Is it possible to sort information from .log file in alphabetical order with php?
|
35.2 %
(19 votes)
|
|
64.8 %
(35 votes)
|
explode all the string in array --> http://www.php.net/manual/en/function.explode.php
sort the arrya --> http://www.php.net/manual/en/function.arsort.php
that reads the file plus explodes it to an array so you can skip the manual read & explode part
i didnt know there was that kind of function
soz 133 =)