Index: /schedule/Transaction/insert.php
===================================================================
--- /schedule/Transaction/insert.php	(revision 16062)
+++ /schedule/Transaction/insert.php	(revision 16063)
@@ -1,4 +1,10 @@
 <?php
 include '../include/factdb.php';
+
+ini_set('display_errors', 1); 
+ini_set('log_errors', 1); 
+ini_set('error_log', dirname(__FILE__) . '/error_log.txt'); 
+error_reporting(E_ALL);
+
 
  $Time =$_GET['Time'];
@@ -98,5 +104,5 @@
 				   
 					alert("Sucessfully save");
-					window.location = '../index.php?<?php echo $TimeEX2; ?>';
+				//	window.location = '../index.php?<?php echo $TimeEX2; ?>';
 				</script>
 				<?php
