How can I create an infinite multidimensional array in php?

ardy1234567

New member
I want to create an infinite multidimensional array for a database as well as its keys is infinite.
something similar to this in a dynamic way.
$a[$1][$2][$3]...so on

and also if this is possible. How may I access them(each key and their values) in a most simple way dynamically?. I hope my question is clear.
Well that infinity I am talking about is restricted on newly created informations in the database of course
there could be hundreds of rows in the table and I need a dynamic multidimensional array to process those. It is not infinity really. Anyone?
 
Back
Top