Good morning guys, a quick question. I need to merge two array of a query as follows:
$tamanhos = array('p', 'm', 'g');
$valor_item = array('10', '20', '30');
where "p" has to be equal to 10, m = 20, g = 30
This can make a foreach that b...
asked by
15.09.2018 / 16:36