source:
schedule/include/factdb.php@
18350
Last change on this file since 18350 was 17425, checked in by , 11 years ago | |
---|---|
File size: 167 bytes |
Line | |
---|---|
1 | <?php |
2 | |
3 | |
4 | //$con=mysql_connect("localhost","root",""); |
5 | $con=mysql_connect("localhost","scheduletest","t3stsched"); |
6 | mysql_select_db("sandboxschedule",$con); |
7 | ?> |
Note:
See TracBrowser
for help on using the repository browser.