[PHP] Looking up, deleting and inserting array values

2006-05-10 Thread Jonas Rosling
Hi, I'm trying to do something that I know works when you build an array like a map with elements and values. One of the problems with this is that I only get out the values from the array from the last row. And the other problem is it looks like I can't delete desired values within the array. Is

Re: [PHP] Looking up, deleting and inserting array values

2006-05-10 Thread Jochem Maas
Jonas Rosling wrote: Hi, I'm trying to do something that I know works when you build an array like a map with elements and values. One of the problems with this is that I only get out the values from the array from the last row. And the other problem is it looks like I can't delete desired