source:
Dev/trunk/src/client/dojox/atom/tests/io/app.php
Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago | |
---|---|
File size: 129 bytes |
Line | |
---|---|
1 | <?php |
2 | if($_SERVER['REQUEST_METHOD'] == 'POST'){ |
3 | header('Location: http://example.com/samplefeed.xml/entry/10', true, 201); |
4 | } |
5 | ?> |
Note: See TracBrowser
for help on using the repository browser.