Mailinglisten-Archive |
On Wed, 21 Jul 1999, Christian Cartus wrote: > das problem ist ganz einfach: php kann nur strings mit max. 32k > verwalten. ich denke, das worddokument müsste in dem fall größer sein. > > Wie wär's den mal damit? mysql_connect($host,$user,$dbpasswd); $query_id = mysql_db_query("$db","select * from doc_exchange where doc_id = '$doc_id'"); $result = mysql_fetch_array($query_id); Header("Content-type: text/rtf"); print($result[doc_file]); mysql_close(); Damit kommen die phpstring nicht zum Tragen und das 32K limit müsste somit aufgehoben sein. Tschau Adi -- ./e2fsck: Illegal triply indirect block found while reading bad blocks inode. This doesn't bode well, but we'll try to go on... ~ adi_(at)_living-source.com tel:+761 / 15 25 8-13 http://www.living-source.com fax:+761 / 15 25 8-50
php::bar PHP Wiki - Listenarchive