$label
"; } // Create the form. Pass forward hidden variables. $nextpass = $pass + 1; print "
"; print "
This illustrates a function that creates radio buttons (and makes them sticky).
"; print "
I love coffee.
"; create_button(v01,1,"Strongly disagree"); create_button(v01,2,"Disagree"); create_button(v01,3,"Agree"); create_button(v01,4,"Strongly agree"); print "
"; print "
"; print "
"; ?>