Dear php master
how can use insert method into other database
if i select one values from A db and how can insert that data into B db?
Originally posted by roger5089 Dear php master how can use insert method into other database if i select one values from A db and how can insert that data into B db?
You want to select from a MySQL and insert into a MSSQL or something like that? Or do you want to select from a database type to the same type of database? Please be more specific. It´s hard to guess what´s your problem.
/Andrin