2
For example, a person adds many Images to be published.
She can add 4 images as well as can add 10,15,1,3 and etc.
How would the QUERY?
Form POST array:
array (
[IMG1] => /img/nomedaimagemquefoiupload1.jpg
[IMG2] => /img/nomedaimagemquefoiupload2.jpg
[IMG3] => /img/nomedaimagemquefoiupload3.jpg
);
$ArrayDeUmPostComum = $_POST;
INSERT INTO TABELA VALUES ($ArrayDeUmPostComum)
Are you using any driver that allows you to use PREPARE, ie PDO or mysqli?
– bfavaretto
I use PDO, but my codes are on another PC that gave pal, I will have to buy a HD player... But any example enough
– Kevin mtk