Created
          February 2, 2019 02:59 
        
      - 
      
- 
        Save Whatdapep/77e1309c163967bafd5c0683893b0401 to your computer and use it in GitHub Desktop. 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <?php | |
| // Create connection | |
| $conn = mysqli_connect("localhost", "root", "","coop"); | |
| mysqli_set_charset($conn,"utf-8"); | |
| if ($conn->connect_error) { | |
| echo "error connection database or mysql". $conn->connect_error; | |
| } | |
| ?> | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment