Changeset 16100 for schedule


Ignore:
Timestamp:
05/23/13 22:17:54 (12 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Transaction/insert.php

    r16070 r16100  
    1111$TimeEX = explode("-",$Date);
    1212
    13 echo $TimeEX2 = "day=".$TimeEX[0]."&month=".$TimeEX[1]."&year=".$TimeEX[2];
    14 echo $limtex = count(explode(",",$SelectedSource));
     13$TimeEX2 = "day=".$TimeEX[0]."&month=".$TimeEX[1]."&year=".$TimeEX[2];
     14 $limtex = count(explode(",",$SelectedSource));
    1515$insertdate = $TimeEX[2]."-".$TimeEX[1]."-".$TimeEx[0];
    1616$value = $_GET['Data'];
     
    2727$temp = "";
    2828$insert_count = 0;
     29       
     30$new_limit = $limtex;
    2931
    3032
    3133
    32 /////// for measurement id///////               
    33 $new_limit = $limtex;
    34                                                 for($j=0;$j<=$new_limit-1;$j++){
     34                                                for($j=0;$j <= $new_limit;$j++){
    3535
    36                                                         echo $Times[$j];
    37                                                         echo "sgsdgdsg";
     36                                                        //echo $Times[$j];
     37                                                       
    3838                                                        $ex_counter = explode(":",$Times[$j]);
    3939                                       
    4040                                                        $counter[$j] = $ex_counter[0];
     41                                                       
     42                                                       
     43                                                       
     44                                                       
    4145                                                                       
    4246                                                }
    43                                                                         echo "<br />";
    44                                                 if($new_limit > 0){
    45                                                         for($j=0;$j<=$new_limit;$j++){         
    46                                                                        
    47                                                                 for($y=0;$y<=$new_limit;$y++){
    48                                                                         if($y > 0){
    49                                                                                 if($counter[$j]==$counter[$y]){
    50                                                                                
    51                                                                                         if(empty($by_count[$y]) || $by_count[$y] == 0){
    52                                                                        
    53                                                                                                 $by_count[$y] = $y;
    54                                                                                         }else{
    55                                                                                        
    56                                                                                                  $by_count[$y] = 0;
    57                                                                                         }
    58                                                                                 }
    59                                                                         }else{
    60                                                                        
    61                                                                        
    62                                                                         $by_count[$y] = 0;
    63                                                                        
    64                                                                        
    65                                                                         }
    66                                                                        
    67                                                                 }
    68                                                         }       
    69                                                                        
    70                                                 }else{
    71                                                                        
    72                                                                        
    73                                                         $by_count[0]=0;
    74                                                                        
    75                                                 }
    76                                        
    77 
    78                                        
    79                                        
     47                               
     48       
    8049                                       
    8150
     
    9463                                //////// Date parsing into format////////
    9564                                                $dateTime=new DateTime($date." ".$Times[$i]);
    96                                                 echo $parsed_date =  $dateTime->format('Y-m-d H:i:s');
    97                                                 echo "<br />";
    98                                                 echo $by_count[$i]."----".$counter[$i];
    99                                                 echo "<br />";
     65                                                 $parsed_date =  $dateTime->format('Y-m-d H:i:s');
    10066                                               
     67                                       
     68                        // $select = mysql_query("SELECT * FROM schedule WHERE fLastUpdate = '$parsed_date'");
     69                        // if($select){
     70                        // while($row = mysql_fetch_array($select)){
     71               
     72                               
     73                                // $new =   $row['fMeasurementID'] + 1 ;
     74                               
    10175                       
    102                 //$insert = mysql_query("INSERT INTO schedule values('','$parsed_date','$parsed_date','','','$n1','$selectf','$measuref')") or die(mysql_error());
     76                       
     77                        // }
     78                                // }else{
    10379                               
     80                                // $new = 0;
     81                               
     82                                // }   
     83                                //echo $new."<br />";
     84                       
     85                $insert = mysql_query("INSERT INTO schedule values('','$parsed_date','$parsed_date','','','$n1','$selectf','$measuref')ON DUPLICATE KEY UPDATE fMeasurementID=fMeasurementID + 1") or die(mysql_error());
     86                                       
    10487}
    10588 if($insert){
     
    10992                                   
    11093                                        alert("Sucessfully save");
    111                                 //      window.location = '../index.php?<?php echo $TimeEX2; ?>';
     94                                        window.location = '../index.php?<?php echo $TimeEX2; ?>';
    11295                                </script>
    11396                                <?php
Note: See TracChangeset for help on using the changeset viewer.