Ver Mensaje Individual
  #1 (permalink)  
Antiguo 17/01/2011, 23:24
Montes28
 
Fecha de Ingreso: septiembre-2010
Mensajes: 1.853
Antigüedad: 13 años, 7 meses
Puntos: 6
problemas con echo "" ''

hola amigos espero me ayuden


necesito llenar un input , estoy utilizando este codigo para sumar un mes a una fecha y necesito llenar el input con este resultado


$fecha_pri_pag = new DateTime($fec_ven);
$fecha_pri_pag->modify('+1 month');
$fecha_pri_pag->format('Y-m-d');


echo "<input name='r_social' id='r_social' type='text' size='30' readonly='' value='.$fecha_pri_pag->format('Y-m-d').'</td>";