Re: [PHP] Removing array element by key

2003-07-10 Thread Jason Wong
On Friday 11 July 2003 04:50, jwulff wrote: > How do i remove an element of an array by its key? I've tried > array_s(p)lice to no avail. Either it chops too much or too little with > seemingly no logic. The array is of unkown and variable size if that makes > a difference. Thanks, John. unset

[PHP] Removing array element by key

2003-07-10 Thread jwulff
How do i remove an element of an array by its key? I've tried array_s(p)lice to no avail. Either it chops too much or too little with seemingly no logic. The array is of unkown and variable size if that makes a difference. Thanks, John. -- PHP General Mailing List (http://www.php.net/) To u