Search found 2 matches

by pikerslayer
Wed Aug 17, 2011 3:28 am
Forum: PHP
Topic: Comparing Answers between users
Replies: 2
Views: 581

Comparing Answers between users

Basically I've made a simple table full of 20 answers from radio buttons
$q1 = $_POST['q1'];
$q2 = $_POST['q2'];
$q3 = $_POST['q3'];
and so on I wish to compare these values and give a percentage then show the most highest result to the lowest any ideas on the theory?
by pikerslayer
Sun Jul 31, 2011 2:35 pm
Forum: PHP
Topic: Safest way to do a dynamic drop down?
Replies: 1
Views: 456

Safest way to do a dynamic drop down?

Is the only way to make a changeable county with cities using javascript?
Or would it be fine as long as it's validated ?