In the example:
SELECT * FROM exemplo WHERE ID in(2, 3, 4)
It does if you have these ID in the bank.
PHP:
$id= implode(', ', $_GET['id']);
$nome= implode(', ', $_GET['nome']);
$cidade= implode(', ', $_GET['cidade']);
$q...
asked by
04.08.2015 / 17:51