"Adam Richardson" <simples...@gmail.com> wrote in message 
news:aanlkti=kenxt7yewrztcm4+hyifrlqhozxse7ufmq...@mail.gmail.com...
On Fri, Oct 29, 2010 at 3:05 PM, Gary <gp...@paulgdesigns.com> wrote:
> I am trying to get the watermark to work, however I am having a problem in
> that the image is being called from a database (image sits in images 
> file).
>
> The script in question is this
>
> $image = imagecreatefromjpeg($_GET['src']);
>
> However it produces an error message of
>
> Warning: imagecreatefromjpeg() [function.imagecreatefromjpeg]: Filename
> cannot be empty in /home/content/a/l/i/alinde52/html/imagesDetail.php on
> line 233
>

First things first.  It looks like there's nothing in $_GET['src'].
>From where are you getting the value 'src'?

Adam

**
Adam

Thanks for your reply, that is my question, what is to replace ['src'] if I 
am calling the image from a database.

Gary



__________ Information from ESET Smart Security, version of virus signature 
database 5575 (20101029) __________

The message was checked by ESET Smart Security.

http://www.eset.com





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to