aboutsummaryrefslogtreecommitdiffstats
path: root/toj/php/_test.php
diff options
context:
space:
mode:
Diffstat (limited to 'toj/php/_test.php')
-rw-r--r--toj/php/_test.php20
1 files changed, 20 insertions, 0 deletions
diff --git a/toj/php/_test.php b/toj/php/_test.php
new file mode 100644
index 0000000..5ce8271
--- /dev/null
+++ b/toj/php/_test.php
@@ -0,0 +1,20 @@
+<form action="notice.php" method=post>
+ <input type='hidden' value='{"uid":111}' name='data'>
+ <input type='hidden' value='count' name='action'>
+ <input type='submit' value='ti jiao count'>
+</form>
+<form action="notice.php" method=post>
+ <input type='text' value='{"uid":111}' name='data'>
+ <input type='hidden' value='get' name='action'>
+ <input type='submit' value='ti jiao get'>
+</form>
+<form action="notice.php" method=post>
+ <input type='hidden' value='{"uid":111}' name='data'>
+ <input type='hidden' value='clear' name='action'>
+ <input type='submit' value='ti jiao clear'>
+</form>
+<form action="notice.php" method=post>
+ <input type='text' value='{"uid":111,"type":1,"value":111,"context":"aaaaaa"}' name='data'>
+ <input type='hidden' value='add' name='action'>
+ <input type='submit' value='ti jiao add'>
+</form>