Changeset 16063 for schedule/Transaction/insert.php
- Timestamp:
- 05/23/13 02:56:43 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Transaction/insert.php
r16048 r16063 1 1 <?php 2 2 include '../include/factdb.php'; 3 4 ini_set('display_errors', 1); 5 ini_set('log_errors', 1); 6 ini_set('error_log', dirname(__FILE__) . '/error_log.txt'); 7 error_reporting(E_ALL); 8 3 9 4 10 $Time =$_GET['Time']; … … 98 104 99 105 alert("Sucessfully save"); 100 window.location = '../index.php?<?php echo $TimeEX2; ?>';106 // window.location = '../index.php?<?php echo $TimeEX2; ?>'; 101 107 </script> 102 108 <?php
Note:
See TracChangeset
for help on using the changeset viewer.