pushing values in array ??
Posted: Tue Jul 03, 2007 6:22 am
Hello forums !!
I would like to push the values in array(without specifying index).
Can anybody give me the suggestion.
Note: It should be equivalent to PHP's
(without specifying indexes)
...........etc
Thanks in advance to all of you.
I would like to push the values in array(without specifying index).
Can anybody give me the suggestion.
Note: It should be equivalent to PHP's
Code: Select all
$exp_array = array();
$exp_array[] = "value1";
$exp_array[] = "value2";...........etc
Thanks in advance to all of you.