"Adam Richardson" <simpleshot@xxxxxxxxx> wrote in message news:AANLkTi=keNXt7yEwrZtcm4+hyifRLQhOZxSe7Ufmqjp=@xxxxxxxxxxxxxxxxx On Fri, Oct 29, 2010 at 3:05 PM, Gary <gpaul@xxxxxxxxxxxxxxxx> 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