Changeset 6656 for trunk/tools/database/www/Odin32DBConnect.php3
- Timestamp:
- Sep 5, 2001, 11:25:40 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/database/www/Odin32DBConnect.php3
r3918 r6656 5 5 */ 6 6 $db = mysql_connect("127.0.0.1", "root", ""); 7 $rc = mysql_select_db("odin32 ", $db);7 $rc = mysql_select_db("odin32test", $db); 8 8 9 9 ?>
Note:
See TracChangeset
for help on using the changeset viewer.