Results 1 to 2 of 2

Thread: [RESOLVED] Download PHP Image

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Dec 2007
    Posts
    1,072

    Resolved [RESOLVED] Download PHP Image

    I have a PHP script that returns an image.

    I need to download the image to the hard drive, then load it into a picturebox.

    This is what I'm using:

    Code:
            URLDownloadToFile 0, "http://www.domain.com/image.php", App.Path & "\THEIMAGE.gif", 0, 0
                Picture1.Picture = LoadPicture(App.Path & "\THEIMAGE.gif")

  2. #2

    Thread Starter
    Frenzied Member
    Join Date
    Dec 2007
    Posts
    1,072

    Re: [RESOLVED] Download PHP Image

    My PHP script returned a .PNG image :P

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width