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
Does php support overloading?
Is php class name case sensitive?
How to connect to a url in php?
Can I learn laravel without php?
What is meant by public, private, protected, static and final scopes?
How to count all the lines of code in a directory and sub folder?
What is put method in php?
Explain about PHP filter and why it should be used?
Which are the best start and end tags to use?
What is the purpose of constant() function?
What are the popular frameworks in php?
How do I run a php script in windows?
Explain what is the difference between $var and $$var?
How to get a total number of rows available in the table?
What is mysql_fetch_array?