as i do not have mySQL support, i'm using text file. for my question, image a table containing 10 rows, each row containing 4 columns. data is separated using a "|" pipe delimiter.
how can i open the file and retrieve all of the column 2 entries, to print them to a webpage?
i've seen and tried quite a few examples that will dump the entire file to the page, but is it possible to have php identify and retrieve one column?
any help is appreciated.
thanks in advance.
paul