echo "products_description['" . $languages[$i]['id'] . "']";
I'm trying to echo this so that I could see the full text.
Currently it gives
products_description['1']
but should it give me more? like
products_description['1'][1]
or something. I think im missing something with the [id] part



