Cita:
y lo unico q quiero es q cuando cambie decir se hizo clic en tal nivel, yo lo hago asi<form method="post" action="prueba.php">
<select name="nivel_1" onchange="javascript:this.form.submit();">
<option>Admin</option>
<option>Espec</option>
<option>Comun</option>
</select>
<select name="nivel_2" onchange="javascript:this.form.submit();">
<option>Admin</option>
<option>Espec</option>
<option>Comun</option>
</select>
<select name="nivel_3" onchange="javascript:this.form.submit();">
<option>Admin</option>
<option>Espec</option>
<option>Comun</option>
</select>
</form>
<select name="nivel_1" onchange="javascript:this.form.submit();">
<option>Admin</option>
<option>Espec</option>
<option>Comun</option>
</select>
<select name="nivel_2" onchange="javascript:this.form.submit();">
<option>Admin</option>
<option>Espec</option>
<option>Comun</option>
</select>
<select name="nivel_3" onchange="javascript:this.form.submit();">
<option>Admin</option>
<option>Espec</option>
<option>Comun</option>
</select>
</form>
Cita:
gracias por la ayuda $nivel = "nivel_1";
if (isset($_POST[$nivel]))
echo "sehizo clic en ".$nivel;
$nivel = "nivel_2";
if (isset($_POST[$nivel]))
echo "sehizo clic en ".$nivel;
$nivel = "nivel_3";
if (isset($_POST[$nivel]))
echo "sehizo clic en ".$nivel;
if (isset($_POST[$nivel]))
echo "sehizo clic en ".$nivel;
$nivel = "nivel_2";
if (isset($_POST[$nivel]))
echo "sehizo clic en ".$nivel;
$nivel = "nivel_3";
if (isset($_POST[$nivel]))
echo "sehizo clic en ".$nivel;