Código PHP:
$sql3="SELECT destinos.NOMBRE
FROM destinos join destinossugeridos
ON (destinos.IDDESTINOS=destinossugeridos.IDDESTINOSSUGERIDOS) where destinossugeridos.IDDESTINOS='".$_REQUEST["IDDESTINOS"]."'";
$result3=mysql_query($sql3, $conn1);
Código PHP:
foreach($_REQUEST['IDDESTINOSSUGERIDOS'] as $result3 ){
$CONTENIDO.="<p><tr><td> OTRO DESTINO SELECCIONADO: <input type=text name=NOMBRE value='".$row['NOMBRE']."'