Uncaught TypeError: mysqli_fetch_array(): Argument #1 ($result) must be of type mysqli_result, bool given in C:\xampp\htdocs\crud2021\pertemuan9\index.php:13 Stack trace: #0 C:\xampp\htdocs\crud2021\pertemuan9\index.php(13): mysqli_fetch_array(false) #1 {main} thrown in C:\xampp\htdocs\crud2021\pertemuan9\index.php on line 13enter image description here
            Asked
            
        
        
            Active
            
        
            Viewed 27 times
        
    0
            
            
         
    
    
        RiggsFolly
        
- 93,638
- 21
- 103
- 149
- 
                    Probably the query failed – RiggsFolly Jul 30 '21 at 15:56
- 
                    This error is unrelated to establishing the connection. It occurs while trying to read the results of the query. – ADyson Jul 30 '21 at 18:49
