- Timestamp:
- 06/04/13 14:47:06 (12 years ago)
- Location:
- schedule
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/Scheduling.php
r16420 r16680 4 4 ?> 5 5 <table width="100%" id="TableHolder" > 6 6 7 <tr> 7 8 <td width="184" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center" >Time</td> -
schedule/function/function.php
r16422 r16680 55 55 ?> 56 56 $('#save').click(function(){ 57 58 <?php $get = $_GET['time']; ?> 59 60 alert('<?php echo $get; ?>'); 61 57 62 var InputValue = []; 58 63 var selectedSource = []; … … 84 89 85 90 if(checks == 0){ 86 window.location = 'Transaction/insert.php?Time='+selectedTime+'&Source='+selectedSource+'&measure='+selectedMeasurement+'&Data='+InputValue+'&Date='+fullday+'&Date2='+fullday2;91 //window.location = 'Transaction/insert.php?Time='+selectedTime+'&Source='+selectedSource+'&measure='+selectedMeasurement+'&Data='+InputValue+'&Date='+fullday+'&Date2='+fullday2; 87 92 }else{ 88 93 -
schedule/include/factdb.php
r16601 r16680 2 2 3 3 4 //$con=mysql_connect("localhost","root","");4 // $con=mysql_connect("localhost","root",""); 5 5 $con=mysql_connect("localhost","scheduletest","t3stsched"); 6 6 mysql_select_db("sandboxschedule",$con);
Note:
See TracChangeset
for help on using the changeset viewer.