Output an image directly at a particular position in the browser window

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • PHP Wooer

    Output an image directly at a particular position in the browser window

    Is it possible to dynamically create an image (jpeg/gif/png) and output
    it directly at a particular coordinate position in the in browser
    window using PHP GD functions and HTML (if necessary)?

  • Arjen

    #2
    Re: Output an image directly at a particular position in the browserwindow

    PHP Wooer schreef:
    Is it possible to dynamically create an image (jpeg/gif/png) and output
    it directly at a particular coordinate position in the in browser
    window using PHP GD functions and HTML (if necessary)?
    Yes it is ! Check the php site http://www.php.net/image

    --
    Arjen
    HondenPage: alles over uw hond of honden,fokkers en puppy's. Je vindt hier het hondenforum, honden foto's, fokkers, puppy's, de honden encyclopedie en nog veel meer !

    Comment

    • PHP Wooer

      #3
      Re: Output an image directly at a particular position in the browser window


      Arjen wrote:
      PHP Wooer schreef:
      Is it possible to dynamically create an image (jpeg/gif/png) and output
      it directly at a particular coordinate position in the in browser
      window using PHP GD functions and HTML (if necessary)?
      >
      Yes it is ! Check the php site http://www.php.net/image
      >
      --
      Arjen
      http://www.hondenpage.com
      =============== =============== ========
      Thankx for the answer it works excellently

      Comment

      Working...