How can i synchronize two database tables with PHP?

后端 未结 8 640
萌比男神i
萌比男神i 2021-01-01 04:56

I need to use PHP to copy data from one MySQL database to another.

I can build and array of all the values to go into the other database but first I want to make su

8条回答
  •  一个人的身影
    2021-01-01 05:44

    you could look into some phpclasses that do this for you http://www.phpclasses.org/search.html?words=mysql+sync&x=0&y=0&go_search=1

提交回复
热议问题