Changeset 5012 for temp/trunk/html/install
- Timestamp:
- 2006/09/18 16:20:09 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/install/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/install/index.php
r5011 r5012 446 446 $dsn = "mysql://".$db_user.":".$db_password."@".$db_server.":3307/".$db_name; 447 447 448 449 print($sql);450 448 $objDB = DB::connect($dsn); 451 449 // Àܳ¥¨¥é¡¼ 452 450 if(!PEAR::isError($objDB)) { 451 452 print_r(split(":",$sql)); 453 453 454 $ret = $objDB->query($sql); 454 455 if(PEAR::isError($ret)) {
Note: See TracChangeset
for help on using the changeset viewer.
