jquery ajax: support for dynamic data arguments, see #2806; added test/data/echoQuery.php for easier testing of sent query strings

This commit is contained in:
Jörn Zaefferer 2008-05-06 22:21:43 +00:00
parent 1753ab3d82
commit 46931d3146
3 changed files with 18 additions and 1 deletions

1
test/data/echoQuery.php Normal file
View file

@ -0,0 +1 @@
<?php echo $_SERVER['QUERY_STRING']; ?>