Guest User

Untitled

a guest
Feb 22nd, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. $string = 'iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAgAElEQVR4nNR9d1gU1/f3mdnOLlvobelIEVEEsWPDgokaC7bYYos ........'
  2. $decoded = base64_decode($string);
  3. header("Content-Type: image/png");
  4. echo $decoded;
  5.  
  6. ?>
Add Comment
Please, Sign In to add comment