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
I am trying to assign a variable the value of 0123, but it keeps coming up with a different number, what is the problem?
What is strcmp?
What is lazy loading in php?
How a constant is defined in a php script?
What are super global variables in php?
What are php strings?
How would you open a directory for reading in php?
How can I display text with a php script?
How many functions are there in php?
How to calculate the difference between two dates using php?
Explain the difference between urlencode and urldecode?
What is a php 5?
Does php 7 support mysql?
How long does a php session last for?
Is it possible multiple inheritance in php?