Changeset 4647 for temp/trunk/html/test/kakinaka/mysql.php
- Timestamp:
- 2006/09/12 19:38:19 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/test/kakinaka/mysql.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/test/kakinaka/mysql.php
r4646 r4647 1 1 <?php 2 include(" DB.php"); // PEAR ¤Î DB ¥¯¥é¥¹¤òÆÉ¤ß¹þ¤à2 include("./DB.php"); // PEAR ¤Î DB ¥¯¥é¥¹¤òÆÉ¤ß¹þ¤à 3 3 4 4 print("start"); 5 5 6 $db = DB::connect("mysql://eccube_db_user:password@ naka.lockon.net/eccube_db");6 $db = DB::connect("mysql://eccube_db_user:password@210.188.212.163/eccube_db"); 7 7 $result = $db->query("select * from test"); 8 8 while($row = $result->fetchRow()){ … … 10 10 } 11 11 12 13 12 print("end"); 14 13
Note: See TracChangeset
for help on using the changeset viewer.
