Ver Mensaje Individual
  #41 (permalink)  
Antiguo 09/05/2011, 07:39
alexg88
 
Fecha de Ingreso: abril-2011
Mensajes: 1.342
Antigüedad: 13 años, 6 meses
Puntos: 344
Respuesta: Seleccionar orden de elementos de la lista

Puse id porque no me fije en cual era la clave primaria de la tabla. Como dices sería codcategoría.


Código PHP:
Ver original
  1. <?php require_once('../Connections/pallki_banner.php'); ?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <title>Untitled Document</title>
  7. </head>
  8. *
  9. <body>
  10. <?php
  11. *
  12. *
  13. *
  14. *
  15. parse_str($_POST['orden']);
  16. *
  17. for ($i = 0; $i < count($categoria); $i++){
  18. mysql_select_db($database_pallki_banner, $pallki_banner);
  19. $query_rs_categoria = "UPDATE categorias SET orden = ".$i."WHERE codcategoria =".$categoria[$i];
  20. mysql_query($query_rs_categoria, $pallki_banner) or die(mysql_error());
  21. *
  22. }
  23. ?>
  24. *
  25. *
  26. </body>
  27. </html>

Lo de que no informa de las alertas es porque tienes que crear un div o un span con id="informacion", que es donde saldrá el mensaje o puedes crearlo tú dinamicamente con javascript.