Re: [PHP] Images and MySQL - please help

2002-04-17 Thread hugh danaher
it when you're done. this way, you need only one database. The bare bones of it would look something like this: Hope this helps, Hugh - Original Message - From: "DrTebi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, April 1

[PHP] Images and MySQL - please help

2002-04-17 Thread DrTebi
Hi, I am trying to do this: - I have an image stored in database 'A' - a php script should load this image, and "stamp" it with a watermark - then the php script should save the new image (with the watermark) in database 'B' ... How can I do this? I guess somehow I have to buffer the output, ma