0
Good morning guys, a quick question. I need to merge two array of a queries in the following way:
$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 joins the two arrays to display the size with the value of each item.
I think this way I could understand better what I need.
Thank you and in the waiting.
Puts an example of how you want it to look, it’s unclear. This example of yours doesn’t even have arrays (if you take syntax seriously).
– bfavaretto