how can we retrive value from one database server and store
them another database server using php?
Answer Posted / bharat
Another option is :
we can stored all values in sessions of one database.
and these sessions values insert in to another database.
| Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
What is the difference between unset and unlink?
Why do we use namespace in php?
Why do we use interface in php?
What is mean by an associative array?
What is a static variable in php?
What is difference between required and include in php?
What is api used for?
What is a null coalescing operator in php7?
What does trim () do in javascript?
Is apache needed for php?
What is the use of pear in php?
What is the meaning of symbol '$' in jquery?
How is a constant defined in a PHP script?
What is difference between count or sizeof function in php?
Why framework is used in php?