echo "{$labels['areas_principales']}" ?> $q = mysql_query("select tematica_codigo, tematica_nombre_".$_SESSION['lan']." from tematica where tematica_nombre_".$_SESSION['lan']."<>''", $link); $i=1; while($fila = mysql_fetch_row($q)){ ?> " id=" echo "i029".$fila[0] ?>" onFocus="tip('pista')" onBlur="untip()" class="obligatorio" style="border:1px solid gray;" size="1" value=" $cad = "i029".$fila[0]; if(!empty($_POST[$cad])){ echo "{$_POST[$cad]}"; } ?>" > - echo "$fila[1]" ?> echo "\n\t\t\t\t\t\t"; $i+=1; } mysql_free_result($q); ?> echo "{$labels['otra']}" ?> " class="submit" name="tematica">
echo "{$labels['fuentes_fin']}" ?> $q = mysql_query("select fuentes_fin_codigo, fuentes_fin_nombre_".$_SESSION['lan']." from fuentes_fin where fuentes_fin_nombre_".$_SESSION['lan']."<>''", $link); $i=1; while($fila = mysql_fetch_row($q)){ ?> " value=" echo "$fila[0]"; ?>" $cad = "i031".$i; if(!empty($_POST[$cad])) echo "checked"; ?>> echo "$fila[1]" ?> echo ""; $i+=1; } mysql_free_result($q); ?> echo "{$labels['otra']}" ?> " class="submit" name="fuentes_fin">