I need to import data from a access.mdb file into my application (built in PHP4, MySQL & runing on a NT intranet)
I've done it once, exporting records to a tab delimited text file and then reading it into the server. Is there any way I can I have this done automatically by a php script?
Thanks a lot.
I've done it once, exporting records to a tab delimited text file and then reading it into the server. Is there any way I can I have this done automatically by a php script?
Thanks a lot.