
12/11/2007, 09:39
|
 | | | Fecha de Ingreso: octubre-2006 Ubicación: peru
Mensajes: 224
Antigüedad: 18 años, 4 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 |