Also forgot you should use *strftime()* instead of date() (
http://www.php.net/strftime )
Marek Kilimajer wrote:
Try
setlocale (LC_ALL, 'no_NO');
at the beginnig of your script (I'm not sure no_NO is right)
Alexander Verlo wrote:
I have a problem. My guestbook should log the time and date
Try
setlocale (LC_ALL, 'no_NO');
at the beginnig of your script (I'm not sure no_NO is right)
Alexander Verlo wrote:
I have a problem. My guestbook should log the time and date when
someone write the book. It does now, but not in my language
(norwegian). I have tried some of the hint's at y
I have a problem. My guestbook should log the time and date when someone
write the book. It does now, but not in my language (norwegian). I have
tried some of the hint's at your page, but it wont work. This is my script:
$date = date ("l d. F Y H:i:s");
if(empty($navn)){ echo "Du har ikke sk
3 matches
Mail list logo