View Single Post
  #6  
Old 04-26-2008, 10:41 PM
pipesportugal's Avatar
pipesportugal pipesportugal is offline
Sergeant Major
 
Join Date: Jul 2007
Location: Oporto - Portugal
Posts: 99
Default 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
Reply With Quote