Re: [PHP-DB] Edit with notepad

2004-05-12 Thread Ng Hwee Hwee
"Neil Smith [MVP, Digital media]" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 12, 2004 1:45 AM Subject: Re: [PHP-DB] Edit with notepad > Just offer them a link to the next page. Put &format=word in as the > query string if they choose the 'vi

Re: [PHP-DB] Edit with notepad

2004-05-11 Thread Neil Smith [MVP, Digital media]
t; From: "Ng Hwee Hwee" <[EMAIL PROTECTED]> To: "DBList" <[EMAIL PROTECTED]> Date: Tue, 11 May 2004 09:25:08 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DB] Edit with notepad

Re: [PHP-DB] Edit with notepad

2004-05-11 Thread Michael Forbes
Why not just provide them with two different links to the document-- one version includes the tag, the other doesn't. -Mike Forbes Ng Hwee Hwee wrote: hi, header("Content-type: application/vnd-ms.word"); is not what my customers want. They may or may not want to save it in their harddisk.. but

Re: [PHP-DB] Edit with notepad

2004-05-10 Thread jeffrey_n_Dyke
hi, >header("Content-type: application/vnd-ms.word"); is not what my customers >want. They may or may not want to save it in their harddisk.. but having the >header at the beginning of my page will force them to save it in their >harddisk. Some of the customers just want to view it on the web wh

Re: [PHP-DB] Edit with notepad

2004-05-10 Thread Ng Hwee Hwee
hi, header("Content-type: application/vnd-ms.word"); is not what my customers want. They may or may not want to save it in their harddisk.. but having the header at the beginning of my page will force them to save it in their harddisk. Some of the customers just want to view it on the web while ot

[PHP-DB] Edit with notepad

2004-05-10 Thread Ng Hwee Hwee
Hi My customers would like to save my php outputs in a word document file and so I have added a meta tag 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