[PHP-WIN] Re: Array question

2003-08-25 Thread Sek-Mun Wong
hi again jocke... seems i'll give a go at answering your questions again ;-) If I understand your question properly, I doubt the previous poster's response would be useful to you. The bad news (I think): there are limited functions that deal with array pointers. There are plenty to deal with arra

[PHP-WIN] Re: ARRAY Question!

2003-03-04 Thread Ben O'Neill
Well, you can add items onto the end of an array by doing: $myarray[] = "added on end"; -- Ben "SheepCow" O'Neill GameSpyDaily Weekend Editor http://www.gamespydaily.com "Matt Babineau" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Ok here goes! > > Lets say I have an array: > >