IT Placement Papers Programming PHP
This category contains PHP Interview Questions and Answers |
How can I retrieve values from one database server & store them in other database server using PHP?
|
|
|
|
|
For this purpose, you can first read the data from one server into session variables. Then connect to other server and simply insert the data into the database.
Only registered users can write comments. Please login or register.
|