mysqli_stmt::bind_param(): Number of variables doesn't match number of parameters in prepared statement
问题 I am They try to use mysqli :: bind_param unsuccessfully . In the code , below , the function login ( ) is called with a username and password on the page login.php . Despite all efforts and guides and forums have read , continues to return the same error . I tried both with bind_param ( 's' , $ variable ) that with bind_param ( 1 , $ variable ) that with bind_param ( 'ss' , $ variable1 , $ variable2 ) and i tried query without '' "SELECT id,org_id,org_group_id,people_id FROM users WHERE