Ver Mensaje Individual
  #3 (permalink)  
Antiguo 20/06/2011, 19:24
tai007
 
Fecha de Ingreso: abril-2010
Mensajes: 76
Antigüedad: 14 años
Puntos: 0
Respuesta: Formulario Selec para modificar consulta

Gracias por contestar.

Seria algo así ?

Código PHP:
<FORM id="id" name="id" METHOD="POST"
<
SELECT NAME="id" 
   <
OPTION VALUE="1">1</OPTION
   <
OPTION VALUE="2">2</OPTION
   <
OPTION VALUE="3">3</OPTION
</
SELECT
</
FORM>

$id $_POST['id'];

$query "SELECT idNoticia, titulo, subtitulo, imagen, copete FROM `noticias` WHERE idNoticia='".$id."'"

Lo estoy haciendo mal por que no me funciona.