Changeset 4600 for temp/trunk/html/test
- Timestamp:
- 2006/09/11 12:27:32 (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
r4599 r4600 2 2 include("DB.php"); // PEAR ¤Î DB ¥¯¥é¥¹¤òÆÉ¤ß¹þ¤à 3 3 4 $db = DB::connect("mysql:// ¥Ç¡¼¥¿¥Ù¡¼¥¹¥æ¡¼¥¶:¥Ñ¥¹¥ï¡¼¥É@localhost/test");4 $db = DB::connect("mysql://eccube_db_user:[email protected]t"); 5 5 $result = $db->query("select * from test"); 6 6 while($row = $result->fetchRow()){
Note: See TracChangeset
for help on using the changeset viewer.
