<html>
<head>
<title>MÚSICA</title>
<?php
$n=$_POST['top'];
function sube()
{
if ($n==0)
{return;}
if ($n==1)
{
$_POST['txt2']=votado;
$_POST['txt1']=baja;
$txt1=$votado;
$txt2=$baja;
}
/*y seguiría la función hasta n=10*/
}
?>
</head>
<body>
<form method="POST" action="musican.php" name="lista">
<p align="left"><input type="radio" value="V11" name="top" checked> 1 - <input type="text" name="txt1" size="35" value="Dj Mendez "Fiesta (House party)"" readonly>
<p align="left"><input type="radio" name="top" value="V12"> 2 - <input type="text" name="txt2" size="35" value="David Civera "Bye, bye"" readonly>
/*y así hasta diez canciones*/
<p align="center"><a href="window.location='musican.php'"><img src="votarbutton.gif" name='sub' alt="votar" width="100" height="22"></a></p>
</form>
</body>
</html>
A ver si alguien puede ayudarme y al fin consigo hacerlo. Muchas gracias.
![Adios](http://static.forosdelweb.com/fdwtheme/images/smilies/adios.gif)