Re: put a check box inside of a table | | Hi,
In fact for the purpose I wanted is better to use a RadioButton, because this way, only one customer will be chosen.
the philosofy would be the same...
....
$line .= "<td><center><input type=radio id=RadioButton1 name=customer[] value=$customer_number</td>";
....
But I would still need to put everything inside of a form and add a submit button and so on.....
Any ideas ? thanks all,
pipesportugal |