<?php include_once('db.php');$sq1= "SELECT MAX(salary),MIN(salary) FROM employees";$query = $conn->query($sq1);while($row = $query->fetch_assoc()){ print_r($row); // here here which code is required to display only value.}?>我只想顯示值,但這種方法不能完全填充。
- 2 回答
- 0 關注
- 151 瀏覽
添加回答
舉報
0/150
提交
取消