Re: [PHP-DB] Storing 4KB jpeg images on hospital web server

2007-03-08 Thread bedul
i do know there's no problem upload 4kb img to database but is different case for.. 1mb pic.. it always fail. CREATE TABLE image ( image_id int(10) unsigned NOT NULL auto_increment, image_type varchar(50) NOT NULL default '', my application said is header

Re: [PHP-DB] Urgent! Installing PHP 4 on 64-bit machines

2007-03-08 Thread Ng Hwee Hwee
Hi all, Just to close this thread in case someone encounters the same problem as me. The issue is solved by doing the following: 1) uninstall IIS 2) type the following in the command prompt to enable 32 bit extensions: cscript %SYSTEMDRIVE%\inetpub\adminscripts\adsutil.vbs SET

答复: [PHP-DB] Urgent! Installing PHP 4 on 6 4-bit machines

2007-03-08 Thread Jacob
Congratulations !!! -邮件原件- 发件人: Ng Hwee Hwee [mailto:[EMAIL PROTECTED] 发送时间: 2007年3月8日 16:23 收件人: php-db@lists.php.net 主题: Re: [PHP-DB] Urgent! Installing PHP 4 on 64-bit machines Hi all, Just to close this thread in case someone encounters the same problem as me. The issue is solved

Re: [PHP-DB] Storing 4KB jpeg images on hospital web server

2007-03-08 Thread Chetan Graham
i do know there's no problem upload 4kb img to database but is different case for.. 1mb pic.. it always fail. CREATE TABLE image ( image_id int(10) unsigned NOT NULL auto_increment, image_type varchar(50) NOT NULL default '', my application said is header

Re: [PHP-DB] Storing 4KB jpeg images on hospital web server

2007-03-08 Thread Bastien Koert
explain to him that there is a perfomance hit to storing images in the db as well as causing some db bloat. You will also need to handle the output of the images differently to ensure that they show up see these example for getting info in and out of the db

[PHP-DB] php with IIS

2007-03-08 Thread Harpreet
Is there a way to run our PHP pages through Microsoft's IIS? Regards, Harpreet Kaur -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] php with IIS

2007-03-08 Thread Mario Brandt
Hello, the DB list is not for such a question! Please RTM! http://de.php.net/manual/en/install.windows.iis.php regards Mario -Ursprüngliche Nachricht- Von: Harpreet [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 8. März 2007 16:57 An: php-windows@lists.php.net; php-db@lists.php.net

[PHP-DB] RE: [PHP-WIN] php with IIS

2007-03-08 Thread Bill Bolte
Absolutely. You just need to download the windows version and run the installer. Runs fine. You can even run PHP and ASP scripts side-by-side if needed. -Original Message- From: Harpreet [mailto:[EMAIL PROTECTED] Sent: Thursday, March 08, 2007 9:57 AM To: php-windows@lists.php.net;

Re: [PHP-DB] Storing 4KB jpeg images on hospital web server

2007-03-08 Thread Micah Stevens
On 03/08/2007 01:35 AM, Chetan Graham wrote: Back to the Hospital website. Now the Web Boss wants to put the images in the DB. I do feel the webserver folders would simply and well. However, we do what the boss says. I'm with Bastien on this one, I've stored images in a database in the

Re: [PHP-DB] Storing 4KB jpeg images on hospital web server

2007-03-08 Thread Steven Cruz
Yeah, do what the boss says, but I will tend agree, storing the images the database will slow it down. There is one place that holds large images and even small vids in the DB. IO over kill. They have two servers to run one database. Micah Stevens wrote: On 03/08/2007 01:35 AM, Chetan

Re: [PHP-DB] Storing 4KB jpeg images on hospital web server

2007-03-08 Thread bedul
i will just add a few what happen to me. since i build the same programing 1. sometimes the images where we wanted to upload doesn't upload right. 2. images called from db sometimes don't have match header.. like gif images but read as png?? - Original Message - From: Steven Cruz [EMAIL