I have a bit of a problem. I am opening a file that has been exported from access with fopen(), reading it to a variable with fread() and then closing it. these files unfortunately have a LOT of blank lines. ex(one of them has over 50,000 blank lines). So i am trying to do a strreplace on the variable that contains the document, but i'm lost as to what string to search for.
Any help would be appreciated.