I'm have this XML format file from 3rd party survey application(don't uses DB):
<survey ip="127.0.0.1" browserId="Mozilla/4.0 (compatible; MSIE 6.0;
Windows NT 5.2; (R1 1.5); .NET CLR 1.1.4322)" _javascript_Enabled="1">
<section>
<question>
<inputComment />
</question>
<question><!---choose born state--->
<inputTextline>California</inputTextline>
</question>
<question><!---question 1 - age with radio option (5 radios) - 3rd
selected--->
<inputRadio>
<option />
<option />
<option selected="1" />
<option />
<option />
</inputRadio>
</question>
<question><!---question 2 - sex - M or F - Male selected--->
<inputRadio>
<option selected="1" />
<option />
</inputRadio>
</question>
<question> <!---countries visited - 7 options - choose options 2,
3 and 5--->
<inputCheckbox>
<option />
<option selected="1" />
<option selected="1" />
<option />
<option selected="1" />
<option />
<option />
</inputCheckbox>
</question>
</section>
</survey>
and so on.... This is THE problem: how to know what/whats checkbox and
radio options selected by clients/respondents? After how to store that
clients choices to DB(MySQL) for statistics reports, filters....?
It's possible or I'm crazy??? ;-/\)
Thanx in advance for your help.
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

