Re: [PHP] GMT / TimeZone modifications

2002-04-10 Thread Richard KS
e() or > strftime() to convert back into a legible format. > > -Rasmus > > On Thu, 11 Apr 2002, Richard KS wrote: > > > Greetings. > > > > I was wondering if there are any good ways of converting a date into another > > time zone? For instance, from GMT+8

[PHP] GMT / TimeZone modifications

2002-04-10 Thread Richard KS
Greetings. I was wondering if there are any good ways of converting a date into another time zone? For instance, from GMT+8 to GMT+1, is this possible in some way? Like if I have a date written 09.04.2002 14:11, I would like to format it into GMT+1.. Any solutions? Thanks alot -- Richard, ob

[PHP] Re: http header?

2002-02-19 Thread Richard KS
Which of them? A webserver sents quite many variables, and you can access almost everyone of them with PHP. So perhaps giving some specifics? -- Richard, oblivion creations http://oblivion.lunamorena.net [EMAIL PROTECTED] +4+ (0) 736 849 531 for sure contact.. "Marcbey" <[EMAIL PROTEC

[PHP] Re: My Session don't expire

2002-02-19 Thread Richard KS
Try passing Header("Cache-Control: no-cache, must-revalidate"); Header("Pragma: no-cache"); in the beginning of the page, that way all contents MUST be re-valided, thus disabling cache. -- Richard, oblivion creations http://oblivion.lunamorena.net [EMAIL PROTECTED] +4+ (0) 736 8

Re: [PHP] Simple problem

2002-02-19 Thread Richard KS
Or you could just write $fp1 = Fopen("D:\\log.txt","a+"); fwrite($fp1,"$start\n$array[0]\n$array[1]\n"); to simplify... -- Richard, oblivion creations http://oblivion.lunamorena.net [EMAIL PROTECTED] +4+ (0) 736 849 531 for sure contact.. "Jeff Van Campen" <[EMAIL PROTECTED]> wrote