![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
02/01/2013, 03:12
|
| | Fecha de Ingreso: diciembre-2010
Mensajes: 32
Antigüedad: 14 años, 1 mes Puntos: 0 | |
Respuesta: Me salen esto mensajes en la web $editFormAction = $_SERVER['PHP_SELF'];
if (isset($_SERVER['QUERY_STRING'])) {
$editFormAction .= "?" . htmlentities($_SERVER['QUERY_STRING']);
}
$fecha=$_POST["dispo_carga"];
$wtdiafin_carga=$_POST["wtdiafin_carga"];
list ($dia,$mes,$ano)=explode("/",$fecha);
$nueva=time(0,0,0,$mes,$dia,$ano)+($_POST["wtdiafin_carga"]*24*60*60);
$nuevafecha=date("d/m/Y",$nueva);
$diamesano=explode("/",$nuevafecha);
$nuevafecha=$diamesano[0]."/".$diamesano[1]."/".$diamesano[2];
$nuevafecha2=$diamesano[2]."/".$diamesano[1]."/".$diamesano[0];
$origen1 = $_POST["origen"];
$destino1 = $_POST["destino"]; |