Hi,
I want to display a form in php..i hav this variable called $fields
if($fields==1){
I want to print 1 text box}
if($fields==2){
I want to print 2 text boxes and so on}
The whole thing should be submitted to an action.php page how can i do dat in php??