Oppure

Loading
08/04/11 11:12
mario 96
quando creo la variabile puntatore date(); mi da questo errore:


Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Paris' for '2.0/DST' instead in D:\xampp\htdocs\prova.php on line 2
08/04/2011 13:10

con questo codice:

<?php
	$data = date("d/m/Y H:i");
	echo $data;
?>



potete aiutarmi con è che non va!!!!:):):):)
aaa
08/04/11 11:29
Thejuster
non è un problema del php ma del tuo server xampp.

credo che dovresti chiedere supporto al loro forum.

o magari se qualcuno conosca il problema può aiutarti :)
mire.forumfree.it/ - Mire Engine
C# UI Designer
08/04/11 15:09
Mte90
devi configurare il php.ini come è scritto nell'errore.
aaa
08/04/11 19:15
mario 96
come faccio a configura il php.ini, c'è qualcuno che sa farlo per favore!!8-|8-|
aaa
09/04/11 20:16
Mte90
bèh php ha il sito ufficiale pieno di guide...
aaa
10/04/11 7:47
mario 96
ho risolto il problema!!:k::k::k::k:
ho reinstallato xampp perchè mancavano alcuni file che non erano installati bene.
grazie per le risposte.!!!!
aaa