| author | raph |
| Mon, 23 Nov 2009 15:14:29 +0100 | |
| changeset 0 | 40c8f766c9b8 |
| permissions | -rw-r--r-- |
<?php /* yadl_spaceid - Skip Stamping */ header('Content-Type: application/json'); $messages =<<<END [ { "animal" : "Cat", "message" : "Meow" }, { "animal" : "Dog", "message" : "Woof" }, { "animal" : "Cow", "message" : "Moo" }, { "animal" : "Duck", "message" : "Quack" }, { "animal" : "Lion", "message" : "Roar" } ] END; echo($messages); ?>