PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I thought I could get $arrMain['Photo'][$i]['ID'] and $arrMain['Photo'][$i]['Data'] but instead Im getting $arrMain['Photo'][$i]="A" (The first letter in Array (....))
Anyone know how to resolve this ?
Thanks
Last edited by anjanesh on Sat Aug 14, 2004 11:15 pm, edited 1 time in total.
Solved. My mistake.
There was already an index Photo in arrMain so reassigning to an array wasn't seemed to be possible. I changed the new index to Photogallery and it worked