Changeset 4602 for temp/trunk/html
- Timestamp:
- 2006/09/11 12:29:21 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/test/kakinaka/mysql.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/test/kakinaka/mysql.php
r4601 r4602 4 4 print("start"); 5 5 6 $db = DB::connect("mysql://eccube_db_user:[email protected] ");6 $db = DB::connect("mysql://eccube_db_user:[email protected]/eccube_db"); 7 7 $result = $db->query("select * from test"); 8 8 while($row = $result->fetchRow()){
Note: See TracChangeset
for help on using the changeset viewer.
