Selaa lähdekoodia

Added primitive ajax.php for testing

Foppe Hemminga 6 vuotta sitten
vanhempi
commit
0caa25db0d
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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){