[snip]
I want to use PHP to show the contents of the DAT from back to front.
HOw do

I do that?

[/snip]

Open the file, read it into an array, read the array backwards and close
the file. Start with http://www.php.net/fopen and
http://www.php.net/array .... they are both in the manual.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to