Date: 07/12/00
- Next message: Andi Gutmans: "Re: [PHP-DEV] do_declare_property()"
- Previous message: Teodor Cimpoesu: "Re: [PHP-DEV] do_declare_property()"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
$fh = fopen($this->m_sMailAttachedFile,"r");
$sFileContent = fread($fh,filesize($this->m_sMailAttachedFile));
$sFileContent contains only a part of the pdf-file so i assumed fread found
any char considered as 'eof.' Open the file as "br"
$fh = fopen($this->m_sMailAttachedFile,"br"); --> causes:
fopen("c:\websites\fussball\Artikel\Mitteilungsblatt\_pdf\PDF_1.pdf","br") -
No error in qblist.cls.php on line 438
Thanks
Axel
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Andi Gutmans: "Re: [PHP-DEV] do_declare_property()"
- Previous message: Teodor Cimpoesu: "Re: [PHP-DEV] do_declare_property()"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

