INSERT in mysql in another domain [closed]

-1

Make an INSERT in mysql in another domain. For example: on my site has the site administrator, and there I can register my products, when registering, will register on my website and on another site outside my domain.

Can you do this?

    
asked by anonymous 03.10.2014 / 13:24

1 answer

1

To do this the server where the other database is has to allow external access, then you just open a new connection with the credentials of the bank you want to perform the INSERT.

    
03.10.2014 / 13:30