How to make Mysqli query to PDO

后端 未结 0 566
不知归路
不知归路 2021-01-22 11:48
$query =mysqli_query($con,"select * from table where countRow>\'0\' and timerRow=\'0\' and userid=\'$userid\' limit 1");
  if(mysqli_num_rows($query)>0){         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题