Jump to content

difference between multi dimensional arrays in php 4 and 5


cristalmolix

Recommended Posts

hello guys

 

im having to create a multidimensional array in php 4 and it seems to not build the same way as in php 5 , is there any noted differences i should know about ?

 

im using the

 

loop

  arr[][item] = bla

  arr[][item2] = blah

 

i had to use the id in the [id]

 

it adds them as seperate entities

 

will i have issues appending arrays to arrays

 

thanks

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.