[PHP] [REPOST] Converting Image Data Directly from MySQL

2002-03-06 Thread Josh Trutwin
n the db /tmp and slows things down quite a bit. Does anyone have any other suggestions? My goal is to store only one version of each image file and create smaller versions on the fly. PHP is 4.1.2 on a SuSE Linux 7.3 box, latest Apache server, MySQL 3.23.44. http://trutwins.homeip.net/phpinfo

Re: [PHP] Webmail

2002-03-05 Thread Josh Trutwin
t;, "Message Subject", $message, "From: $email"); This assumes that name, address, and email are form variables that the user inputs. See http://www.php.net/manual/en/function.mail.php for more information about mail(); Josh Trutwin -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Converting Image Data Directly from MySQL

2002-03-05 Thread Josh Trutwin
is adds a LOT of file system I/O though as it has to write each full sized image stored in the db /tmp and slows things down quite a bit. Does anyone have any other suggestions? My goal is to store only one version of each image file and create smaller versions on the fly. PHP is 4.1.2 on a SuS