功到自然成
mysql_select_db("lnwatchpc",$conn);$sql="select max(departid) from depart"; $result=mysql_query($sql); echo $result;