[PHP] Re: .DAT file with PHP

2006-03-08 Thread Barry
M. Sokolewicz wrote: Barry wrote: Jabez wrote: I want to use PHP to show the contents of the DAT from back to front. HOw do I do that? Thanks! Put it into an array and sort it backwards with krsort() Greets Barry why use such an cpu-intensive function? using array_reverse is a

[PHP] Re: .DAT file with PHP

2006-03-08 Thread M. Sokolewicz
Barry wrote: Jabez wrote: I want to use PHP to show the contents of the DAT from back to front. HOw do I do that? Thanks! Put it into an array and sort it backwards with krsort() Greets Barry why use such an cpu-intensive function? using array_reverse is a lot faster... - tul

[PHP] Re: .DAT file with PHP

2006-03-08 Thread Barry
Jabez wrote: I want to use PHP to show the contents of the DAT from back to front. HOw do I do that? Thanks! Put it into an array and sort it backwards with krsort() Greets Barry -- Smileys rule (cX.x)C --o(^_^o) Dance for me! ^(^_^)o (o^_^)o o(^_^)^ o(^_^o) -- PHP General Mai