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?
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?
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.