- Timestamp:
- 06/02/13 15:34:40 (11 years ago)
- Location:
- schedule
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/include/factdb.php
r16422 r16576 2 2 3 3 4 //$con=mysql_connect("localhost","root","");5 $con=mysql_connect("localhost","scheduletest","t3stsched");4 $con=mysql_connect("localhost","root",""); 5 //$con=mysql_connect("localhost","scheduletest","t3stsched"); 6 6 mysql_select_db("sandboxschedule",$con); 7 7 ?> -
schedule/js/xmlrequest.js
r16574 r16576 1 $(document).ready(function(){ 1 2 2 function testData() 3 3 { … … 41 41 } 42 42 } 43 });
Note:
See TracChangeset
for help on using the changeset viewer.