Questione : Problemi con il PHP di funzione della data

Ciao!

Have questo codice nel mio PHP-file

$timestamp = data (“YmdHi„);   anno errato di ritorno del

This, l'anno immagazzinato in $timestamp è 2020?? il
And che suppone per restituire 2010.

What è errato???
class= del

Risposta : Problemi con il PHP di funzione della data

Uso di CURRENT_TIMESTAMP () la funzione del mysql evitare qualsiasi dipendenza dalla lingua.

Sperare che questo aiuti
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
$timestamp = data (“YmdHi„);
				//mysql_query (“NOMI STABILITI utf8„);
				$sql = (“l'INSERTO IN singelsammen (timestamp, profileid, navn, adresse, alberino, fylke, mobil, epost, birthyear, yrke, interesser, granaio, annet, medlemsnr, betaling) 
				VALORI (
				CURRENT_TIMESTAMP (),
				““. $insid. „„,
				““. $_POST [“navn„]. „„,
				““. $_POST [“adresse„]. „„,
				““. $_POST [“postnrsted„]. „„,
				““. $_POST [“fylke„]. „„,
				““. $_POST [“mobil„]. „„,
				““. $_POST [“epost„]. „„,
				““. $_POST [“birthyear„]. „„,
				““. $_POST [“yrke„]. „„,
				““. $_POST [“interesser„]. „„,
				““. $_POST [“granaio„]. „„,
				““. $_POST [“annet„]. „„,
				““. $medlemsnr. „„,
				““. $_POST [“MOD„]. „„
				) ");
				
					$result = il mysql_query ($sql) o muoiono (mysql_error ());
Altre soluzioni  
 
programming4us programming4us