[PHP] Need to download files in IE

2001-03-12 Thread James R. Edgar
I am trying to set my script up so that when a person clicks on the link, that the page will prompt for a download w/ the filename in the File Name field in the Save As prompt. I can get this to work in Netscapse but when I try to do it with Internet Explorer I encounter problems. It either says

RE: [PHP] Need to download files in IE

2001-03-12 Thread James R. Edgar
: no-cache"); header("Expires: 0"); $fn=fopen($FileName,"r"); fpassthru($fn); fclose($fn); exit; py - Original Message - From: James R. Edgar [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, March 12, 2001 7:57 PM Subject: [PHP] Need to download files in

RE: [PHP] Good Free PHP Editor?

2001-03-12 Thread James R. Edgar
Hello, I use editplus. It has a feature that lets you add in auto completion files, syntax files. It does have an eval version, and it is not that expensive. http://www.editplus.com Regards, Edgar -Original Message- From: Boget, Chris [mailto:[EMAIL PROTECTED]] Sent: Monday, March 12,