Thanks for help.
I need to print all selected value to file.
A user select one thing with radio button, and more things with checkboxes.
I want to write each value to file. Every value need separated with | and multiple values separated with ;
When all checkbox are empty in Question4 I get the following error: Warning: implode(): Bad arguments.
I need ideas, help. Please !