Jump to content

Maximus1983

New Members
  • Posts

    1
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

Maximus1983's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I just came across the topic and thought I would share a GrabzIt PHP API that I have recently found that would probably be ideal for you. To use it you do something like the following: include("GrabzItClient.class.php"); $filepath = "images/test.jpg"; $grabzIt = new GrabzItClient("APPLICATION KEY", "APPLICATION SECRET"); $grabzIt->SavePicture("http://www.google.com", $filepath); Note that this is the simplest technique and is synchronous they to also provide a much better asynchronous technique. You will need to register for a free application key and application secret before you can use this however.
×
×
  • Create New...

Important Information

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.