Page 1 of 1

i want to make an arbitrary array elements??!!

Posted: Sun Mar 27, 2011 1:40 pm
by buffon
hi

i want while the user keep entering some information it's added to the array until he finished it

how could i do that without limiting the array elements...???

i mean the number of elements is the number the user will enter

Regards,
Buffon

Re: i want to make an arbitrary array elements??!!

Posted: Sun Mar 27, 2011 3:48 pm
by jankidudel
do that:

$arr[] = $elem;

Re: i want to make an arbitrary array elements??!!

Posted: Wed Mar 30, 2011 4:49 am
by buffon
thank u 4 your help it works fine with me