Does anyone know if its possible to have php use a multi-dimensional array in forms to store data. I've tried it without success, regular arrays work no problem. If it is can u please show a little example with code.
Thanks
I think I saw in the PHP doc, that only one dimensioanl arrays usable in these cases.
you are limited to 0ne dimensional arrays when using 'POST'. You can use multi-dimensional arrays within php, however.