![Picture of Marco Rossi Picture of Marco Rossi](/graphics/unknown.gif)
Marco Rossi - 2012-09-26 07:43:38 -
In reply to message 2 from Evert Ulises German Soto
So when i make the print_r($rs) of $rs i would want to receive an array like this:
Array ( [0] => Array ( [Contenuto] => Contenuto_0 ) [1] => Array ( [Contenuto] => Contenuto_1 ) [2] => Array ( [Contenuto] => Contenuto_2 ))
When i made that change in query_secure function, works well, in the query function not.. Where i do wrong?
Thank you very much!