Changeset 4601 for temp/trunk/html
- Timestamp:
- 2006/09/11 12:28:02 (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
r4600 r4601 1 1 <?php 2 2 include("DB.php"); // PEAR ¤Î DB ¥¯¥é¥¹¤òÆÉ¤ß¹þ¤à 3 4 print("start"); 3 5 4 6 $db = DB::connect("mysql://eccube_db_user:[email protected]"); … … 8 10 } 9 11 12 13 print("end"); 14 10 15 ?>
Note: See TracChangeset
for help on using the changeset viewer.
