This website requires JavaScript.
Explore
Help
Sign in
Aksal
/
nuttx-apps
Watch
1
Star
0
Fork
You've already forked nuttx-apps
1
mirror of
https://github.com/apache/nuttx-apps.git
synced
2026-09-11 21:20:12 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
5ae2e1034b
nuttx-apps
/
examples
/
wgetjson
/
webserver
/
wgetjson
/
post_cmd.php
4 lines
37 B
PHP
Raw
Normal View
History
Unescape
Escape
Add support for wget POST interface; from Darcy Gong git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5301 42af7a65-404d-4744-a932-0658087f49c3
2012-11-03 00:00:56 +00:00
<
?
php
echo
json_encode
(
$_POST
);
Ensure all source code end with one and only one newline by this command: git ls-files -z | while IFS= read -rd '' f; do tail -c1 < "$f" | read -r _ || echo >> "$f"; done
2020-02-07 21:31:07 +08:00
?>
Reference in a new issue
Copy permalink