I have the following variable:
$ids = "758,749";
The table has the columns: id, provider_id, accept.
When running a PHP script, I would like it to do something like this:
INSERT INTO tabela (id, id_prestador, aceite) VALUES (null, $idd...
asked by
09.08.2017 / 18:22