So ok before you start talking about that I should have looked it up and stuff, I did but found nothing that matches my needs exactly,so lets see;
Here is a sample from php.net describing how is it possible to fetch all results at once(click link),
look at Example #1 and tell me please how do I modify the given code to receive this result instead:
Array
(
[0] => Array
(
[0] => pear
[1] => green
)
[1] => Array
(
[0] => watermelon
[1] => pink
)
)
sorry for inconvenience and not using code spans,I just don't know how to do it :).