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
How can you submit a form without a submit button?
How to get ip address of clients machine?
Write down the code for save an uploaded file in php.
How to increase the execution time of a PHP script?
What is the difference between substr() and strstr()?
How to get a random value from a php array?
What are php applications?
Which escape sequences can be used in single quoted strings in php?
How can I convert ereg expressions to preg in php?
What is the difference between null and empty?
Tell me what is the default session time in php?
Why php was called as personal home page?
Where do I run php code?
What is PHP? Who is the father or inventor of PHP?
How to call a php function from html button?