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 | |
| $host="localhost"; | |
| $login="root"; | |
| $senha=""; | |
| $banco="fabrika"; | |
| $conecta = new mysqli ($host, $login, $senha, $banco); | |
| $sqli = "UPDATE fabrikaUsers | 
  
    
      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 | |
| $host="localhost"; | |
| $login="root"; | |
| $senha=""; | |
| $banco="fabrika"; | |
| $conecta = new mysqli ($host, $login, $senha, $banco); | |
| $sql = "SELECT * FROM fabrikaUsers ORDER BY id DESC LIMIT 0, 30"; | 
  
    
      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 | |
| $host="localhost"; | |
| $login="root"; | |
| $senha=""; | |
| $banco="fabrika"; | |
| $conecta = new mysqli ($host, $login, $senha, $banco); | |
| $sqli = "INSERT INTO fabrikaUsers (User, Email, Telefone, Endereco, Senha)". | 
  
    
      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 | |
| $host="localhost"; | |
| $login="root"; | |
| $senha=""; | |
| $banco="fabrika"; | |
| $conecta = new mysqli ($host, $login, $senha, $banco); | |
| $sql="DROP TABLE fabrikaUsers"; | 
  
    
      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 | |
| $host="localhost"; | |
| $login="root"; | |
| $senha=""; | |
| $banco="fabrika"; | |
| $conecta = new mysqli ($host, $login, $senha, $banco); | |
| $sql="CREATE TABLE fabrikaUsers ( | 
  
    
      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 | |
| $host="localhost"; | |
| $login="root"; | |
| $senha=""; | |
| $banco=""; | |
| $conecta = new mysqli ($host, $login, $senha, $banco); | |
| $sql = "DROP DATABASE fabrika"; | 
  
    
      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 | |
| $host="localhost"; | |
| $login="root"; | |
| $senha=""; | |
| $banco=""; | |
| $conecta = new mysqli ($host, $login, $senha, $banco); | |
| $sql = "CREATE DATABASE fabrika"; | 
  
    
      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 | |
| $host="localhost"; | |
| $login="root"; | |
| $senha=""; | |
| $banco=""; | |
| $conecta = new mysqli ($host, $login, $senha, $banco); | |
| $res = mysqli_query($conecta, "SHOW DATABASES"); | 
  
    
      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 | |
| $host="localhost"; | |
| $login="root"; | |
| $senha=""; | |
| $banco=""; | |
| $conecta = new mysqli ($host, $login, $senha, $banco); | |
| if ($conecta->connect_error){ | 
NewerOlder