I'm having a little problem adding to an array. Each time I add to an array it wipes what was previously added. I'm using array_push(). $items=array(); $items=array_push($items, $_POST["whatever"]); I'm missing something easy. thx
- RE: [PHP] Add to array problem mayo
- RE: [PHP] Add to array problem Murray @ PlanetThoughtful
- Re: [PHP] Add to array problem Chris
- [PHP] Re: Add to array problem Jason Barnett
- Re: [PHP] Add to array problem Marek Kilimajer
- Re: [PHP] Add to array problem Petar Nedyalkov
- Re: [PHP] Add to array problem Arshavir Grigorian
- RE: [PHP] Add to array problem Shaw, Chris - Accenture
- RE: [PHP] Add to array problem Mark Rees