Ignore:
Timestamp:
05/23/13 02:56:43 (12 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Transaction/insert.php

    r16048 r16063  
    11<?php
    22include '../include/factdb.php';
     3
     4ini_set('display_errors', 1);
     5ini_set('log_errors', 1);
     6ini_set('error_log', dirname(__FILE__) . '/error_log.txt');
     7error_reporting(E_ALL);
     8
    39
    410 $Time =$_GET['Time'];
     
    98104                                   
    99105                                        alert("Sucessfully save");
    100                                         window.location = '../index.php?<?php echo $TimeEX2; ?>';
     106                                //      window.location = '../index.php?<?php echo $TimeEX2; ?>';
    101107                                </script>
    102108                                <?php
Note: See TracChangeset for help on using the changeset viewer.