Jump to content
xisto Community

gajendrabang

Members
  • Content Count

    5
  • Joined

  • Last visited

About gajendrabang

  • Rank
    Newbie
  • Birthday 01/09/1981

Contact Methods

  • Website URL
    http://
  1. Hi, Thanks for your reply. but my problem is different. I want to make a watermark image while feching the orignal image from database
  2. Hi, I can do that. But I want to watermark images stored in database while displaying on web. Gajendra
  3. No, Images are not saved in file system. they are saved in database
  4. Hi, I am storing the images in database and the codes is following : <? include "connection.php"; $sql="select image from sportsevent where id='$_GET[id]'"; $rs=mysql_query($sql); $row=mysql_fetch_object($rs); header("(anti-spam-(anti-spam-content-type:)) image/jpg"); echo $row->image; mysql_free_result($rs);?> Could you tell me how to watermark images while outputting image in this way??? Thanks
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.