Changeset 3918 for trunk/tools/database/www/Odin32DBConnect.php3
- Timestamp:
- Aug 2, 2000, 4:19:10 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/database/www/Odin32DBConnect.php3
r3904 r3918 5 5 */ 6 6 $db = mysql_connect("127.0.0.1", "root", ""); 7 $rc = mysql_select_db("odin32 test", $db);7 $rc = mysql_select_db("odin32", $db); 8 8 9 9 ?>
Note:
See TracChangeset
for help on using the changeset viewer.