[PHP-DB] Storing files in database using ODBC

2004-02-16 Thread Markus Müller
Hi, I'm trying to store an image - getting by HTTP-Post - in a Sybase iAnywhere-Database. I'm using the Unified ODBC functions to connect to the database. The following function should store the image-file: function ab_insert_file ( $connection_id, $document_id) { if ($_FILES['FILE']['s

RE: [PHP-DB] storing files in database

2003-03-18 Thread Beverly Steiner
t the best solution. Bev -- Beverly Steiner [EMAIL PROTECTED] -Original Message- From: Michiel van Heusden [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 18, 2003 8:25 AM To: [EMAIL PROTECTED] Subject: [PHP-DB] storing files in database is there any possibility using

[PHP-DB] storing files in database

2003-03-18 Thread Michiel van Heusden
is there any possibility using PHP 4 to store entire files as a database field in a MySQL database? and if so, does anybody know a way, or a tutorial describing this? thanks michiel -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php