ok i use $GET["one"] store it to the variable and then use $GET["two"] and then store that as a variable or does it do it automatically?
i also thought of using if statements. use the list method, <b>list ($name, $val)</b> and then something else i dont remember how it goes, but i do that and then, <b>if ($name == one) {do whatever}</b> and then another <b>if ($name == two) {do whatever}</b>? but that way i wont get the variables from the url.