tengo este error en mi pagina
Warning: date() [function.date]: Windows does not support dates prior to midnight (00:00:00), January 1, 1970 in C:\apachefriends\xampp\htdocs\wtofercamion.php on line 38
alguien me lo puede comentar
un saludo.
| |||
error tengo este error en mi pagina Warning: date() [function.date]: Windows does not support dates prior to midnight (00:00:00), January 1, 1970 in C:\apachefriends\xampp\htdocs\wtofercamion.php on line 38 alguien me lo puede comentar un saludo. |
| |||
Respuesta: error switch ($theType) { case "text": $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL"; break; case "long": case "int": $theValue = ($theValue != "") ? intval($theValue) : "NULL"; break; case "double": $theValue = ($theValue != "") ? "'" . doubleval($theValue) . "'" : "NULL"; break; case "date": $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL"; break; case "defined": $theValue = ($theValue != "") ? $theDefinedValue : $theNotDefinedValue; break; } return $theValue; } $editFormAction = $_SERVER['PHP_SELF']; if (isset($_SERVER['QUERY_STRING'])) { $editFormAction .= "?" . htmlentities($_SERVER['QUERY_STRING']); } $fecha=$_POST[dispo_camion]; list ($dia,$mes,$ano)=split("/",$fecha); $nueva=mktime(0,0,0,$mes,$dia,$ano)+($_POST[dia_camion]*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"]; for($i=0 ; $i<4 ; $i++) { $Origen[$i] = $origen1[$i]; } for ($j=0 ; $j<4 ; $j++) { $Destino[$j] = $destino1[$j]; este es el codigo y comienza en la linea 9 y termina en la 50 un saludo. y gracias |
| |||
Respuesta: error |
Etiquetas: Ninguno |