Explorar o código

Added primitive ajax.php for testing

Foppe Hemminga %!s(int64=6) %!d(string=hai) anos
pai
achega
0caa25db0d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      ajax.php

+ 1 - 1
ajax.php

@@ -57,7 +57,7 @@ function parse_data()
 			$sth->bindParam( ':start_time', $time );
 			$sth->execute();
 		}
-		$conn->commit();
+		// $conn->commit();
 		echo $_GET['callback'] . '(' . json_encode($return ). ')';
 		$conn = null;
 	}catch (PDOException $e){