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's the difference between using mysql_ functions and pdo?
What does the unset() function means?
What the use of var_dump()?
Is key exist in array php?
Explain me what is the difference between explode() and split() functions?
What is php default argument?
How to find current date and time?
How do you pass a variable by value?
Why print_r is used in php?
How does one prevent the following warning ‘warning: cannot modify header information – headers already sent' and why does it occur in the first place?
Is array empty php?
Which is used to maintain the value of a variable over different pages?
Does php need html?
Tell me how to find the length of a string?
What are classes in php?