Re: [PHP] Simple problem

2002-02-19 Thread Richard KS
Or you could just write snip $fp1 = Fopen(D:\\log.txt,a+); fwrite($fp1,$start\n$array[0]\n$array[1]\n); snip 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

[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 849

[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