thanx for the suggestion... it did work for a while! that's very
interesting... but, what happened now is that my file is a form that post to
itself... i can do an edit when it is the form, but after the user submits
the form and the information is displayed again without any form fields, the
"Edit" button is greyed out again.. why?? since it's goes to $PHP_SELF, why
does it behave differently although it's the same file??

i have added session_cache_limiter("private") at the very beginning of my
file, before session_start()..

thanx thanx again!!

----- Original Message ----- 
From: "Uzi Klein" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, May 10, 2004 4:45 PM
Subject: [PHP-DB] Re: Edit with notepad


> Try to set session.cache_limiter to "private"
>
> "Ng Hwee Hwee" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi
>
> My customers would like to save my php outputs in a word document file and
so I have added a meta tag <META NAME="ProgID"
> CONTENT="word.document"> in my php files. However, my File->Edit button in
IE6 is greyed out. why? i see that other php files on
> other websites allow Edit, why is it that my programs don't allow it??
>
> thanx for any insights!!
>
> regards,
> Hwee Hwee
>
> -- 
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to