index.php程式碼↓ ... $sql = “SELECT * FROM test"; //在test資料表中選擇所有欄位 ... $result = mysqli_query($link,$sql); // 執行SQL查詢.
確定! 回上一頁