Hi,
I need some help, I am trying to insert multiple check boxes values(this values comes from 1st database) and I am giving the check boxes in the output(result fetch from 1st database).
I want to insert all selected values into to the 2nd database from 1st database using PHP.
for E.g mysql backend:-1st
database name:- sss1
Table name: abc
fields name: A, B,C and D
2nd
database name:- sss2
Table name: abc
fields name: A, B,C and D
so i want to insert the selected data to 2nd databse using checkboxes(values fetch from 1st database) in php.
thanks in advance.