Skip to content

Instantly share code, notes, and snippets.

@loisaidasam
Created June 11, 2014 15:35
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save loisaidasam/6c498d134f8859883fef to your computer and use it in GitHub Desktop.
NYC Weather - just throw this in a web folder somewhere
<?php
header('Content-type: image/gif');
echo file_get_contents('http://sirocco.accuweather.com/nx_mosaic_640x480_public/sir/inmasirmr_nyc.gif');
@loisaidasam
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment