1
I just start building a XOOPS site for a community.
I have a MS Access database to maintain user information and others. I want to create and/or update user accounts in a batch mode to XOOPS by extracting data from Access db reguarly.
I am thinking about how to achieve this:
- generate a CSV file from Access, upload to site and then invoke a php script;
- generate a php script with inserts and updates from Access, upload to site and execute;
- write a module that accept a data file upload, and then perform update
- or any better approach?
I am new to Xoops/PHP development. Could anyone give me a help: samples, pointers, existing module, etc.
Thanks in advance.