sir,
i want to store the same data values in two different databases at that same time in mysql using php programming.
suppose any one databases data will lose then we use the other databases.
suppose there is any query for store the same data values in two different databases at the same time.
for eg:
databases sample1
tables persons schools books
databases sample2
tables persons schools books
i want to store the same data values in two different databases at that same time in mysql using php programming.
suppose any one databases data will lose then we use the other databases.
suppose there is any query for store the same data values in two different databases at the same time.
for eg:
databases sample1
tables persons schools books
databases sample2
tables persons schools books
Comment