I'd like to use a comma delimited text file to populate an array, then display the array in a php/html table. No database involved. All files will have to be on the server (htdoc). thanks in advance.
Go check the explode command:
http://www.php.net/manual/en/function.explode.php
Hope this helps