Re: [PHP] mail() implementation problem

2001-03-16 Thread Tim Frank
this on my servers and it works great. You do have to add the one line to the scripts that use the mail function, but that is really it after sendmail is configured. Hope that was what you were looking for. Tim Frank Original Message On 16/03/01, 5:05:13 AM, [EMAIL PROTECTED] (Mathieu Arnold

[PHP] Re: force download in IE

2001-08-21 Thread Tim Frank
extensively. Fiddle with the various headers for the different IE browsers and you will get it to work. Tim Frank Original Message On 20/08/01, 1:45:29 PM, [EMAIL PROTECTED] (David Minor) wrote regarding Re: force download in IE: on 8/20/01 12:07 PM, [EMAIL PROTECTED] wrote: This gave

Re: [PHP] Re: force download in IE -- conclusion

2001-08-23 Thread Tim Frank
a download. Hope that helps too. Tim Frank Original Message On 22/08/01, 5:47:26 PM, [EMAIL PROTECTED] (Pierre-Yves) wrote regarding Re: [PHP] Re: force download in IE -- conclusion: I worked on a script like yours for a looong time now! I need to force the download of various type

[PHP] Re: Export to Excel

2001-07-13 Thread Tim Frank
that helps everyone out a little. There are limitations with this method, but to just get a file that someone can safely open in Excel, it is a very convenient way to do it rather than having to muck around with binary files. Have a good weekend, Tim Frank Original Message On 7/13/01, 12

Re: [PHP] Creative solution with XML,PHP,MYSQL

2001-02-17 Thread Tim Frank
when displaying data from an XML file. The downside is that it currently only works with IE 5 and greater. It might not be the best overall solution, but if you are looking at the issue from a "can it be done" point of view, then yes, it can actually be done. It just might not be us

Re: [PHP] .php3 in PHP4?

2001-02-17 Thread Tim Frank
Or you could just put them all on one line like AddType application/x-httpd-php .php .php3 .php4 .phtml if you prefer. Tim Frank Original Message On 17/02/01, 10:48:18 AM, [EMAIL PROTECTED] ("Ifrim Sorin") wrote regarding Re: [PHP] .php3 in PHP4?: Hello, I think this

Re: [PHP] FDF Toolkit uncompression error

2001-02-09 Thread Tim Frank tfrank
was to DL the file on a windows machine and then FTP the file to my unix box in ASCII mode (NOT BINARY). I don't know why or what was causing the problem, but that is how I fixed it. Now I'm trying to install it ;) Hope that helps Tim Frank Original Message On 05/02/01, 8:10:18 AM, [EMAIL