① php中選擇打開資料庫的方法是
在mysql資料庫中,創建一個test資料庫,用於測試。
總結:
1、創建一個test資料庫。
2、使用mysql_connect()函數創建一個資料庫的連接。
3、再使用mysql_select_db()函數選擇要操作的資料庫test,並通過if語句判斷結果。