Interview Questions

How can I retrieve values from one database server and store them in other database server using PHP?

PHP Interview Questions and Answers


(Continued from previous question...)

How can I retrieve values from one database server and 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.

(Continued on next question...)

Other Interview Questions