myles / whatdayoftheweek

This URL has Read+Write access

myles (author)
Wed Apr 01 05:57:15 -0700 2009
whatdayoftheweek / json.php
100644 3 lines (2 sloc) 0.168 kb
1
2
3
<?php header("Content-Type: application/json"); ?>
{"day": { "name": "<?php print date("l");?>", "link": "http://whatdayoftheweek.com/?d=<?php print date("N"); ?>" } }