source:
trunk/tools/database/www/Odin32DBConnect.php3
Last change on this file was 6656, checked in by , 24 years ago | |
---|---|
File size: 130 bytes |
Rev | Line | |
---|---|---|
[3904] | 1 | <?php |
2 | ||
3 | /* | |
4 | * Connect to database | |
5 | */ | |
6 | $db = mysql_connect("127.0.0.1", "root", ""); | |
[6656] | 7 | $rc = mysql_select_db("odin32test", $db); |
[3904] | 8 | |
9 | ?> | |
10 |
Note:
See TracBrowser
for help on using the repository browser.