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
i want to make an arbitrary array elements??!!
Moderator: General Moderators
-
jankidudel
- Forum Commoner
- Posts: 91
- Joined: Sat Oct 16, 2010 4:30 pm
- Location: Lithuania, Vilnius
Re: i want to make an arbitrary array elements??!!
do that:
$arr[] = $elem;
$arr[] = $elem;
Re: i want to make an arbitrary array elements??!!
thank u 4 your help it works fine with me