Skip to content

Instantly share code, notes, and snippets.

@Sikwan
Created August 16, 2012 15:55
Show Gist options
  • Save Sikwan/3371294 to your computer and use it in GitHub Desktop.
Save Sikwan/3371294 to your computer and use it in GitHub Desktop.
PHP : Generate 1x1 Gif Spypixel
<?php
header('Content-Type: image/gif');
echo base64_decode('R0lGODlhAQABAJAAAP8AAAAAACH5BAUQAAAALAAAAAABAAEAAAICBAEAOw==');
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment