Código PHP:
if($_POST['radio1'] == 'A')
{
header ("Location: ../web/pagina1.php");
}
else
{
header ("Location: ../web/pagina2.php");
}
Código PHP:
Warning: Cannot modify header information - headers already sent by (output started at [B]LINEA DE CODIGO[/B]
Alguna solucion??
Saludos