Browse Source

Added primitive ajax.php for testing

Foppe Hemminga 6 năm trước cách đây
mục cha
commit
25702bed51
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      ajax.php

+ 1 - 1
ajax.php

@@ -20,7 +20,7 @@ function is_ajax()
 
 function test_function()
 {
-	$return = $_POST;
+	$return = $_GET;
 
 	//Do what you need to do with the info. The following are some examples.
 	//if ($return["favorite_beverage"] == ""){