hi, is there a way to SELECT from a text file where fields are separated by "|" and rows separated by ";"? note: the text file "visitors.txt" is in the remote server in the same folder with my PHP pages.
Assuming the ; is followed by a newline you could just use http://php.net/fgetscsv (use | as the third argument to the function). Then simply trim the ; away