在php中执行如下代码时,现实的是执行失败 ,在mysql中执行delete from liyan where title=    ,可以删除要删除的数据  
 mysqli_query($conn, "delete from liyan where title in ($sel)") or die('执行失败');