Get values of multiple inputs

deungelmaigy

New Member
\[code\]<input name="movie" value="http://stackoverflow.com/questions/3755670/1" /><input name="movie" value="http://stackoverflow.com/questions/3755670/2" /><input name="movie" value="http://stackoverflow.com/questions/3755670/3" /><input name="movie" value="http://stackoverflow.com/questions/3755670/4" /><input name="movie" value="http://stackoverflow.com/questions/3755670/5" />\[/code\]How do I get values of all these inputs by \[code\]$_POST\[/code\]?I can not use an unique name for each \[code\]<input>\[/code\].
 
Back
Top