1
I can't seem to figure this out.....
Which file contains the SQL "insert statements" that add data into the database whenever a user registers?
Reason why I'm asking is that I want to add some code into that page, whatever page it is, so the username, password, and email address will be inserted into another table in the same database. (in other words, I'd like the "loginname", "pass", and "email" to be inserted into the xoops_user table in addition to the "login", "password", and "email" fields in another table called pcpin_chat -- both tables are in the same exact database)
Thanks so much in advance!