Ver Mensaje Individual
  #2 (permalink)  
Antiguo 03/11/2011, 13:24
Avatar de tomark4
tomark4
 
Fecha de Ingreso: septiembre-2007
Mensajes: 154
Antigüedad: 17 años, 2 meses
Puntos: 29
Respuesta: esto esta bien?

prueba asi para ver
Código PHP:
Ver original
  1. <?php
  2.  
  3. function insertar($id){
  4. $insertquery = "INSERT INTO pj VALUES('".$id."')";
  5. $res = mysql_query($insertquery) or die(mysql_error());
  6. }
  7.  
  8. $sql = "select id from mitable where username = '".$username."'";
  9. $rs = mysql_query($sql) or die(mysql_error());
  10. while($row=mysql_fetch_array($rs)){
  11. $iden = $row[id];
  12. insertar($iden);
  13. }
  14.  
  15. ?>
__________________
"Todos somos ignorantes, pero no todos ignoramos las mismas cosas"

http://www.pctec21.blogspot.com
http://www.pctec21.com