Skip to content

Instantly share code, notes, and snippets.

@takimo
Created November 11, 2011 12:28
Show Gist options
  • Select an option

  • Save takimo/1357887 to your computer and use it in GitHub Desktop.

Select an option

Save takimo/1357887 to your computer and use it in GitHub Desktop.
sample.php
<?php
// EOFはぐぐってみて
$return_xml = <<<EOF
<people>
<person name="Person 1">
<child/>
<child/>
<child/>
</person>
<person name="Person 2">
<child/>
<child/>
<child/>
<child/>
<child/>
</person>
</people>
EOF;
print "a=".urlencode($return_xml);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment