how to use the arrary of names in post method

youngcairo

New Member
\[code\]<td class="widht200"><input type="text" name="agg" size="2" disabled="disabled"/> </td><td class="widht200"><input type="text" name="agg" size="2" disabled="disabled"/></td><td class="widht200"> <input type="text" name="agg" size="2" disabled="disabled"/> </td><td class="widht200"><input type="text" name="agg" size="2" disabled="disabled"/> </td><td class="widht200"><input type="text" name="agg" size="2" disabled="disabled"/> </td><td class="widht200"><input type="text" name="agg" size="2" disabled="disabled"/> </td><td class="widht200"><input type="text" name="agg" size="2" disabled="disabled"/> </td>\[/code\]i have wrote the code like this.. so now.. i need to post this form.. and agg as an array in php code.. how can i do it..i used..\[code\]$arr[] = $_POST['agg'];\[/code\]but showed error...
 
Back
Top