Преглед изворни кода

Added primitive ajax.php for testing

Foppe Hemminga пре 6 година
родитељ
комит
25702bed51
1 измењених фајлова са 1 додато и 1 уклоњено
  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"] == ""){