Hi..
I am working on a web project which lets users upload ms access files, and data should be submitted to MySQL DB, and then displayed to the user in a control panel.<p>I can't find any PHP class that would help me do that.. or even a point where I can start from.<p>Any thoughts or help about that?
Thanks so much in advance,
Ahmed.
That's not really what Hacker News is for...why don't you go to <a href="http://stackoverflow.com" rel="nofollow">http://stackoverflow.com</a> and ask there?
Is it possible that these users could export the MS Access files to CSV? Importing CSV in to MySQL using PHP is pretty easy, but I'm not coming up with anything for doing it with MS Access files.