1
I run XOOPS for the front end to our email system. Of course, XOOPS keeps all the registration information in a MySQL DB.
My email server also uses a database to store usernames and passwords. It can use MySQL as the database and needs to use its own table. Is there a way I can take the XOOPS usernames and passwords and replicate the data to the email table or does anyone have any ideas how I can integrate the two systems together? Can I have the XOOPS registration form write to both tables?
Thanks in advance.