length of form passed array [RESOLVED]
hello,
I have a form with input type like this:
<input type=hidden name="RecId[]" value="foo">
this input is dynamicly created and there is a vary number of it.
now the question is how can I know the length of the array in the procesing page (the page that I goto when I submit the form)
because I want to print the length on the screen.
thanks
Yair
Re: length of form passed array
Quote:
Originally posted by yair24
hello,
I have a form with input type like this:
<input type=hidden name="RecId[]" value="foo">
this input is dynamicly created and there is a vary number of it.
now the question is how can I know the length of the array in the procesing page (the page that I goto when I submit the form)
because I want to print the length on the screen.
thanks
Yair
thanks!!
this is what I need its just that it should be without the []
thanks again.
Yair
Re: Re: length of form passed array
Quote:
Originally posted by yair24
thanks!!
this is what I need its just that it should be without the []
thanks again.
Yair
Whoops! You're right, there should be no [] in there. :)