source: trunk/tools/database/www/Odin32DBConnect.php3@ 4920

Last change on this file since 4920 was 3918, checked in by bird, 25 years ago

Fixes. Changed database to Odin32.

File size: 126 bytes
Line 
1<?php
2
3/*
4 * Connect to database
5 */
6$db = mysql_connect("127.0.0.1", "root", "");
7$rc = mysql_select_db("odin32", $db);
8
9?>
10
Note: See TracBrowser for help on using the repository browser.