Hi! I'm just new in PHP and I'll be doing a program that will actually do some parsing. Situation is that, I wanna open a directory which will contain a certain text file. Upon opening the file (which is filename's differs), it should be parsed then it should now be save in the database, then will be deleted in that directory so that I can write another text file in another directory containing some of the information from the 1st file.
I have some ideas on doing it but I kept on getting an error. Hope someone could help me. thanks.