Re: [PHP] Fwd: Re: Guest book

2003-02-12 Thread Marek Kilimajer
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

Re: [PHP] Fwd: Re: Guest book

2003-02-12 Thread Marek Kilimajer
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

[PHP] Fwd: Re: Guest book

2003-02-12 Thread Alexander Verlo
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