<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.5512" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><FONT face=Arial size=2>Este es 
mi codigo que saca datos de diferentes tablas y nesesito intrducirlos en una 
tabla direferente(otra)</FONT></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"> </P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><html> </P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><heads </P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><titLe>Acceso a la base de 
datos. <SPAN lang=EN-US style="mso-ansi-language: EN-US">OK</title> 
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" 
/><o:p></o:p></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US 
style="mso-ansi-language: EN-US"></head> <o:p></o:p></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US 
style="mso-ansi-language: EN-US"><body> <o:p></o:p></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US 
style="mso-ansi-language: EN-US"><? <o:p></o:p></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US 
style="mso-ansi-language: EN-US">$conexion=mysql_connect ("localhost", "root") ; 
<o:p></o:p></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt">if<SPAN 
style="mso-spacerun: yes">  </SPAN>(!$conexion) { </P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt">echo "Error. No se pudo conectar 
con mysql</P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt">momento.<SPAN 
style="mso-spacerun: yes">  </SPAN>Inthtelo mas<SPAN 
style="mso-spacerun: yes">  </SPAN>tarde"; </P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt">exit () ; }</P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US 
style="mso-ansi-language: EN-US">$bsp_bd=mysql_select_db ( "bsp_bd") ; 
<o:p></o:p></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt">if<SPAN 
style="mso-spacerun: yes">  </SPAN>(!$bsp_bd) </P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt">{ echo( "Error, No se puede 
acceder a la base </P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt">de datos en este </P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt">momento,<SPAN 
style="mso-spacerun: yes">  </SPAN>Intentelo m&s<SPAN 
style="mso-spacerun: yes">  </SPAN>tarde") ; </P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt">exit () ; </P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt">} </P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt">$busqueda= 
mysql_query("SELECT</P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN 
style="mso-spacerun: yes">  
</SPAN>`valor_adq_plasma_plasf`.`plasma_plasmaf`,</P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN 
style="mso-spacerun: yes">  </SPAN>`valor_adq_plasma_plasf`.`plan`,</P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN 
style="mso-spacerun: yes">  </SPAN>SUM( 
`control_plasmaferesis`.`cant_donaciones`) AS Realizadas,</P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN 
style="mso-spacerun: yes">  
</SPAN>round((SUM(`control_plasmaferesis`.`cant_donaciones`) * 100) / 
(`valor_adq_plasma_plasf`.plan)) AS `Porciento aprovechamiento`,</P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN 
style="mso-spacerun: yes">  </SPAN>mes.id_mes AS Mes,</P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN 
style="mso-spacerun: yes">  </SPAN>`control_plasmaferesis`.`aņo` AS 
`Aņo`</P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt">FROM</P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN 
style="mso-spacerun: yes">  </SPAN>`valor_adq_plasma_plasf`,</P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN 
style="mso-spacerun: yes">  </SPAN>mes,</P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN 
style="mso-spacerun: yes">  </SPAN>`control_plasmaferesis`,</P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN 
style="mso-spacerun: yes">  </SPAN>`aņo`</P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt">WHERE</P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN 
style="mso-spacerun: yes">  </SPAN>`control_plasmaferesis`.mes = mes.id_mes 
and</P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN 
style="mso-spacerun: yes">  </SPAN>`control_plasmaferesis`.`aņo`= 
`aņo`.`id_aņo`</P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt">GROUP BY</P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN 
style="mso-spacerun: yes">  
</SPAN>`valor_adq_plasma_plasf`.`plasma_plasmaf`,</P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN 
style="mso-spacerun: yes">  </SPAN>`valor_adq_plasma_plasf`.plan,</P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN 
style="mso-spacerun: yes">  </SPAN>mes.id_mes,</P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN 
style="mso-spacerun: yes">  </SPAN>`control_plasmaferesis`.`aņo`</P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt">") ; </P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt">if<SPAN 
style="mso-spacerun: yes">  </SPAN>( !$busqueda) </P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt">{ </P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt">echo<SPAN 
style="mso-spacerun: yes">  </SPAN>("Error a1 seleccionar 1os<SPAN 
style="mso-spacerun: yes">  </SPAN>elementos </P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt">de la busqueda 1, </P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt">Intentelo ds tarde") ; </P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US 
style="mso-ansi-language: EN-US">exit () ; <o:p></o:p></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US 
style="mso-ansi-language: EN-US">} <o:p></o:p></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US 
style="mso-ansi-language: EN-US">while<SPAN style="mso-spacerun: yes">  
</SPAN>($row =<SPAN style="mso-spacerun: yes">  
</SPAN>mysql_fetch_array($busqueda)) <o:p></o:p></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt">{ </P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt">echo ("<p>" . $row [ 
"plasma_plasmaf"]."<SPAN style="mso-spacerun: yes">     
</SPAN>". $row [ "plan"]."<SPAN style="mso-spacerun: yes">    
</SPAN>".$row [ "Realizadas"]."<SPAN 
style="mso-spacerun: yes">    </SPAN>".$row [ "Porciento 
aprovechamiento"]."<SPAN style="mso-spacerun: yes">    
</SPAN>"</P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt">.$row [ "Mes"]."<SPAN 
style="mso-spacerun: yes">    </SPAN>".$row [ 
"Aņo"]."</pr>") ; </P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt">} </P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt">$busqueda1= 
mysql_query("SELECT</P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN 
style="mso-spacerun: yes">  </SPAN>valor_adq_plasma_don.plasma_don,</P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN 
style="mso-spacerun: yes">  </SPAN>valor_adq_plasma_don.plan,</P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN 
style="mso-spacerun: yes">  </SPAN>SUM( control_donacion.plasma) AS 
Realizadas,</P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN 
style="mso-spacerun: yes">  </SPAN>round((SUM(control_donacion.plasma) * 
100) / (valor_adq_plasma_don.plan)) AS `Porciento aprovechamiento`,</P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN 
style="mso-spacerun: yes">  </SPAN>mes.id_mes AS Mes,</P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN 
style="mso-spacerun: yes">  </SPAN>control_donacion.`aņo` AS `Aņo`</P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt">FROM</P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN 
style="mso-spacerun: yes">  </SPAN>valor_adq_plasma_don,</P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN 
style="mso-spacerun: yes">  </SPAN>mes,</P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN 
style="mso-spacerun: yes">  </SPAN>control_donacion,</P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN 
style="mso-spacerun: yes">  </SPAN>`aņo`</P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt">WHERE</P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN 
style="mso-spacerun: yes">  </SPAN>control_donacion.mes = mes.id_mes 
and</P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN 
style="mso-spacerun: yes">  </SPAN>`control_donacion`.`aņo`= 
`aņo`.`id_aņo`</P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt">GROUP BY</P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN 
style="mso-spacerun: yes">  </SPAN>valor_adq_plasma_don.plasma_don,</P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN 
style="mso-spacerun: yes">  </SPAN>valor_adq_plasma_don.plan,</P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN 
style="mso-spacerun: yes">  </SPAN>mes.id_mes,</P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN 
style="mso-spacerun: yes">  </SPAN>control_donacion.`aņo`</P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt">") ; </P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt">if<SPAN 
style="mso-spacerun: yes">  </SPAN>( !$busqueda1) </P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt">{ </P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt">echo<SPAN 
style="mso-spacerun: yes">  </SPAN>("Error a1 seleccionar 1os<SPAN 
style="mso-spacerun: yes">  </SPAN>elementos </P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt">de la busqueda 2, </P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt">Intentelo ds tarde") ; </P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US 
style="mso-ansi-language: EN-US">exit () ; <o:p></o:p></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US 
style="mso-ansi-language: EN-US">} <o:p></o:p></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US 
style="mso-ansi-language: EN-US">while<SPAN style="mso-spacerun: yes">  
</SPAN>($row =<SPAN style="mso-spacerun: yes">  
</SPAN>mysql_fetch_array($busqueda1)) <o:p></o:p></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt">{ </P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt">echo ("<p>" . $row [ 
"plasma_don"]."<SPAN style="mso-spacerun: yes">     
</SPAN>". $row [ "plan"]."<SPAN style="mso-spacerun: yes">    
</SPAN>".$row [ "Realizadas"]."<SPAN 
style="mso-spacerun: yes">    </SPAN>".$row [ "Porciento 
aprovechamiento"]."<SPAN style="mso-spacerun: yes">    
</SPAN>"</P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt">.$row [ "Mes"]."<SPAN 
style="mso-spacerun: yes">    </SPAN>".$row [ 
"Aņo"]."</pr>") ; </P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt">}</P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt">$busqueda2= mysql_query("SELECT 
</P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN 
style="mso-spacerun: yes"> </SPAN>`tipo_plasma`.`tipo_plasma`, </P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN 
style="mso-spacerun: yes"> </SPAN>`tipo_plasma`.`plan`,</P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN 
style="mso-spacerun: yes">  </SPAN>SUM( 
`control_plasmaferesis`.`cant_donaciones`) AS Realizadas,</P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN 
style="mso-spacerun: yes">  
</SPAN>round((SUM(`control_plasmaferesis`.`cant_donaciones`) * 100) / 
(`tipo_plasma`.`plan`)) AS `Porciento aprovechamiento`,</P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN 
style="mso-spacerun: yes">  </SPAN>mes.id_mes AS Mes,</P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN 
style="mso-spacerun: yes">  </SPAN>`control_plasmaferesis`.`aņo` AS 
`Aņo`</P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt">FROM</P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN 
style="mso-spacerun: yes">  </SPAN>`tipo_plasma`,</P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN 
style="mso-spacerun: yes">  </SPAN>mes,</P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN 
style="mso-spacerun: yes">  </SPAN>`control_plasmaferesis`,</P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN 
style="mso-spacerun: yes">  </SPAN>`aņo`</P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt">WHERE</P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN 
style="mso-spacerun: yes">  </SPAN>`control_plasmaferesis`.mes = mes.id_mes 
and</P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN 
style="mso-spacerun: yes">  </SPAN>`control_plasmaferesis`.`aņo`= 
`aņo`.`id_aņo` and</P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN 
style="mso-spacerun: yes">  
</SPAN>`control_plasmaferesis`.`id_tipo_plasma`=`tipo_plasma`.`id_tipo_plasma`</P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US 
style="mso-ansi-language: EN-US">GROUP BY<o:p></o:p></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US 
style="mso-ansi-language: EN-US"><SPAN 
style="mso-spacerun: yes">    
</SPAN>mes.id_mes,<o:p></o:p></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US 
style="mso-ansi-language: EN-US"><SPAN style="mso-spacerun: yes">  
</SPAN></SPAN>`control_plasmaferesis`.`aņo`") ; </P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt">if<SPAN 
style="mso-spacerun: yes">  </SPAN>( !$busqueda2) </P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt">{ </P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt">echo<SPAN 
style="mso-spacerun: yes">  </SPAN>("Error a1 seleccionar 1os<SPAN 
style="mso-spacerun: yes">  </SPAN>elementos </P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt">de la busqueda 3, </P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US 
style="mso-ansi-language: EN-US">Intentelo ds tarde") ; <o:p></o:p></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US 
style="mso-ansi-language: EN-US">exit () ; <o:p></o:p></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US 
style="mso-ansi-language: EN-US">} <o:p></o:p></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US 
style="mso-ansi-language: EN-US">while<SPAN style="mso-spacerun: yes">  
</SPAN>($row =<SPAN style="mso-spacerun: yes">  
</SPAN>mysql_fetch_array($busqueda2)) <o:p></o:p></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt">{ </P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt">echo ("<p>" . $row [ 
"tipo_plasma"]."<SPAN style="mso-spacerun: yes">     
</SPAN>". $row [ "plan"]."<SPAN style="mso-spacerun: yes">    
</SPAN>".$row [ "Realizadas"]."<SPAN 
style="mso-spacerun: yes">    </SPAN>".$row [ "Porciento 
aprovechamiento"]."<SPAN style="mso-spacerun: yes">    
</SPAN><SPAN lang=EN-US style="mso-ansi-language: EN-US">"<o:p></o:p></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US 
style="mso-ansi-language: EN-US">.$row [ "Mes"]."<SPAN 
style="mso-spacerun: yes">    </SPAN>".$row [ 
"Aņo"]."</pr>") ; <o:p></o:p></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US 
style="mso-ansi-language: EN-US">}<o:p></o:p></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US 
style="mso-ansi-language: EN-US">$insert= mysql_query("INSERT 
INTO<o:p></o:p></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US 
style="mso-ansi-language: EN-US"><SPAN style="mso-spacerun: yes">  
</SPAN>Comport_plasma(<o:p></o:p></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US 
style="mso-ansi-language: EN-US"><SPAN style="mso-spacerun: yes">  
</SPAN></SPAN>tipo_plasma,</P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN 
style="mso-spacerun: yes">  </SPAN>plan,</P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN 
style="mso-spacerun: yes">  </SPAN>realizadas,</P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN 
style="mso-spacerun: yes">  </SPAN>porciento,</P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN 
style="mso-spacerun: yes">  </SPAN>mes,</P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN 
style="mso-spacerun: yes">  </SPAN>`aņo`)</P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt">values('$busqueda')") ; </P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt">if<SPAN 
style="mso-spacerun: yes">  </SPAN>( !$insert) </P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt">{ </P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt">echo<SPAN 
style="mso-spacerun: yes">  </SPAN>("Error a1 insertar<SPAN 
style="mso-spacerun: yes">  </SPAN>1os<SPAN 
style="mso-spacerun: yes">  </SPAN>elementos </P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt">mejore el codigo cojone") ; </P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt">exit () ; </P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt">} </P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt">?> </P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"></body> </P>
<P class=MsoNormal 
style="MARGIN: 0cm 0cm 0pt"></html></P></DIV></BODY></HTML>