I have two websites; website1.com
and website2.com
. On website1
I have database with customer information and a neat CMS. Now I would like to make a registration form on website2
and insert that information in the database on website1
.
Is this possible? Can I simply use mysql INSERT INTO~
? Or do I need to use something else?