Pārlūkot izejas kodu

Added primitive ajax.php for testing

Foppe Hemminga 6 gadi atpakaļ
vecāks
revīzija
0caa25db0d
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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){