Hello All
Let me say first of all I'm new to PHP
But willing to learn.
I have a program that stores data in a data file
I have a folder where it stores the dat files.
called users
They are stored like fred.dat tom.dat
Now inside these files I have
Tom
Jones
23 jones street
Jones town
When I want to look up a name of a person I have to click on one of the dat files and open it in note pad to see what is inside it then I can see the name i'm searching for.
BUT this take ages to fined the one that I want.
So how would I write a scrip that would goto the folder select all the dat files look inside them pull all the info out of them and then
put this in excel or access data base.
Or is there a free script that I could look at to see how it is done.
As always, any and all help is greatly appreciated.
Thank you in advance.
John