image to db problem
Posted: Thu Jun 03, 2004 9:58 am
Hi Guys,
Question: Is there a limit to the size of an image that can be loaded into mysql with PHP? I know, I know, but its not my decision to do this. The powers that be are rather close minded about this.
I have heard there is a 64k limit to a single variable and obviously a 64K variable can't hold a 1.5M image, can it?
The goal of this little task is copy certain rows of data from a remote host DB to a local system (and eventually to re-sync the host db).
Please let me know your thoughts...
TIA
Question: Is there a limit to the size of an image that can be loaded into mysql with PHP? I know, I know, but its not my decision to do this. The powers that be are rather close minded about this.
I have heard there is a 64k limit to a single variable and obviously a 64K variable can't hold a 1.5M image, can it?
The goal of this little task is copy certain rows of data from a remote host DB to a local system (and eventually to re-sync the host db).
Please let me know your thoughts...
TIA