Ver Mensaje Individual
  #6 (permalink)  
Antiguo 12/11/2007, 09:39
Avatar de liebe13
liebe13
 
Fecha de Ingreso: octubre-2006
Ubicación: peru
Mensajes: 224
Antigüedad: 17 años, 6 meses
Puntos: 3
Re: Alguien me podria ayudar pliss?

amia para ver si recoges los valores hazle un echo a tus variables
echo $DiaCambio = $_POST['dia'] ;
echo "<br>";
echo $MesCambio = $_POST['mes'] ;
echo "<br>";
echo $AnioCambio = $_POST['anio'];
echo "<br>";

prueba eso y tambien hazle un echo a tu consulta y pruebalo en tu bd a ver si funciona