Yay, Thankyou :)
Regards,
Daniel Fenn
On Sat, Aug 17, 2013 at 2:30 AM, Robert Cummings wrote:
> On 13-08-16 11:58 AM, Marc Guay wrote:
>>
>> Those Belgacom emails were the only thing keeping me from a crushing
>> loneliness - undo!
>
>
> *sniffle* Another friend bites the dust *sniffle*.
>
>
>Date: Fri, 16 Aug 2013 11:23:18 -0400
>From: Daniel Brown
>To: PHP General
>Subject: [PHP] Finally
>
># ezmlm-list ~ezmlm/php-general | grep skynet
>supp...@skynet.be
>
># ezmlm-unsub ~ezmlm/php-general supp...@skynet.be
>
># ezmlm-list ~ezmlm/php-general |
On 13-08-16 11:58 AM, Marc Guay wrote:
Those Belgacom emails were the only thing keeping me from a crushing
loneliness - undo!
*sniffle* Another friend bites the dust *sniffle*.
--
E-Mail Disclaimer: Information contained in this message and any
attached documents is considered confidential a
On Aug 16, 2013, at 10:58 AM, Marc Guay wrote:
> Those Belgacom emails were the only thing keeping me from a crushing
> loneliness - undo!
I'll place a forward on my other spam…
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Those Belgacom emails were the only thing keeping me from a crushing
loneliness - undo!
On 16 August 2013 11:51, Matijn Woudt wrote:
> On Fri, Aug 16, 2013 at 5:23 PM, Daniel Brown wrote:
>
>> # ezmlm-list ~ezmlm/php-general | grep skynet
>> supp...@skynet.be
>>
>> # ezmlm-unsub ~ezmlm/php-gene
On Fri, Aug 16, 2013 at 5:23 PM, Daniel Brown wrote:
> # ezmlm-list ~ezmlm/php-general | grep skynet
> supp...@skynet.be
>
> # ezmlm-unsub ~ezmlm/php-general supp...@skynet.be
>
> # ezmlm-list ~ezmlm/php-general | grep skynet
> #
>
> No more of those "Your e-mail concerning our products and
>
# ezmlm-list ~ezmlm/php-general | grep skynet
supp...@skynet.be
# ezmlm-unsub ~ezmlm/php-general supp...@skynet.be
# ezmlm-list ~ezmlm/php-general | grep skynet
#
No more of those "Your e-mail concerning our products and
services" autoreplies from the Belgacom Webteam. Sorry it took me
this
* Thus wrote John Herren ([EMAIL PROTECTED]):
> If I call a pdf file directly, the Acrobat plugin begins to display the
> file almost immediately. Here is the reponse header for calling the file
> directly:
> Last-Modified: Thu, 16 Oct 2003 17:08:17 GMT
> ETag: "94174-341fcb-3f8ed081"
> Conten
Curt Zirzow wrote:
* Thus wrote John Herren ([EMAIL PROTECTED]):
header("Content-Type: application/pdf");
header("Accept-Ranges: bytes");
header("Content-Length: ".filesize($thefile));
readfile($thefile);
Can anybody tell me why the browser is waiting for the entire file
before it's displayed(us
* Thus wrote John Herren ([EMAIL PROTECTED]):
>
> header("Content-Type: application/pdf");
> header("Accept-Ranges: bytes");
> header("Content-Length: ".filesize($thefile));
> readfile($thefile);
>
> Can anybody tell me why the browser is waiting for the entire file
> before it's displayed(using
OK, here's a different problem.
If I call a pdf file directly, the Acrobat plugin begins to display the
file almost immediately. Here is the reponse header for calling the file
directly:
HTTP/1.1 200 OK
Date: Thu, 16 Oct 2003 20:41:28 GMT
Server: Apache/1.3.27 (Unix) (Red-Hat/Linux) mod_ssl/2.
IE just don't work depending on some of the IE's version because of the IE's
countless bugs. So, a different method of controlling the data output to
the browser is needed. That's when I use the fopen() stuffs and it solve
the problem. It is evident by reduced customer's calling tech support
(us
* Thus wrote Mohamed Lrhazi ([EMAIL PROTECTED]):
> On Tue, 2003-10-14 at 17:33, Curt Zirzow wrote:
> > >
> > > //use fopen() instead of readfile...
> > > $fp = fopen($filepath, 'rb');
> > > $pdf_buffer = fread($fp, $filesize);
> > > fclose ($fp);
> > >
> > > print $pdf_buffer;
On Tue, 2003-10-14 at 17:33, Curt Zirzow wrote:
> >
> > //use fopen() instead of readfile...
> > $fp = fopen($filepath, 'rb');
> > $pdf_buffer = fread($fp, $filesize);
> > fclose ($fp);
> >
> > print $pdf_buffer;
>
> Loading the whole file in memory and not doing anything wit
* Thus wrote Scott Fletcher ([EMAIL PROTECTED]):
> //Can't use readfile() due to poor controlling of the file download.
> //(IE have this problems)...
> //readfile($filepath);
readfile has no effect on how IE handles downloads.
>
> //use fopen() instead of readfile...
> $fp =
Finally got some PHP header to force IE to display the PDF document right
from the file from the server. Due to most of IE bugs, this script will
help. It can be either getting a file from the webserver as this script is
or you can change the PHP header to use the attachment instead.
--snip--
-
add '[EMAIL PROTECTED]'
as
> > the fifth parameter to the mail function - just as in example 3 of the
> docs.
> >
> > Danny.
> >
> > - Original Message -----
> > From: "Scott Fletcher" <[EMAIL PROTECTED]>
> > To: <[EMAIL PRO
ott Fletcher" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, February 19, 2003 3:43 PM
> Subject: [PHP] Finally!!! A workaround to mail() in PHP...
>
>
> > Finally a workaround to the problem in mail() in PHP I did the
> posting
> >
Wednesday, February 19, 2003 3:43 PM
Subject: [PHP] Finally!!! A workaround to mail() in PHP...
> Finally a workaround to the problem in mail() in PHP I did the
posting
> somewhere, so I'll cut to the chase by posting it here My recent
> posting does not work too we
Finally a workaround to the problem in mail() in PHP I did the posting
somewhere, so I'll cut to the chase by posting it here My recent
posting does not work too well
--clip--
This is for any Unix or Linux machine using the Sendmail. However, no
guarentee that it would work in Windo
Just wanted to post a quick note to thank those of you who offered
suggestions regarding my posts re: php not working and php STILL not
working. I've been deedle-dinking around with it off and on since Sunday,
and after a multitude of ./configures makes make installs and whatever else
(includi
Well, my bumbling determinism finally paid off.
After starting at the configuration laid down by the rpms, I could not
figure out what was wrong, so I decided to recompile the php source with
the OCI8 option (and -enable-sigchild which is advised in the
configuration output) and for whatever reas
22 matches
Mail list logo