Changeset 4660 for temp/trunk
- Timestamp:
- 2006/09/12 20:32:45 (20 years ago)
- Location:
- temp/trunk/html/test/kakinaka
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/test/kakinaka/DB.php
r4659 r4660 564 564 } 565 565 566 // print("test"); 567 566 print_r($obj); 568 567 569 568 return $obj; -
temp/trunk/html/test/kakinaka/mysql.php
r4657 r4660 4 4 print("start<br>"); 5 5 6 $dsn = " pgsql://eccube_db_user:[email protected]/eccube_db";6 $dsn = "mysql://eccube_db_user:[email protected]/eccube_db"; 7 7 8 8 print($dsn."<br>");
Note: See TracChangeset
for help on using the changeset viewer.
