Skip to content

Instantly share code, notes, and snippets.

@Findarato
Created August 12, 2013 19:50
Show Gist options
  • Save Findarato/6214464 to your computer and use it in GitHub Desktop.
Save Findarato/6214464 to your computer and use it in GitHub Desktop.
$base64Test = false;
if(isset($_GET["testCover"])){
$fileName = "http://cdn.laportelibrary.org/coverCache/imageFetch.php?isbn=junk&size=S";
$handle = fopen($fileName, "rb");
$contents = stream_get_contents($handle);
fclose($handle);
$base64Test = base64_encode($contents);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment