Is it possible to make two prepared statements in two INSERT of different tables that I have in a record, that is, one prepared for each one?
For example, I have this:
INSERT INTO datos (nombre, email) VALUES('$nombre', '$email');
INSERT IN...
asked by
13.02.2017 / 17:43