Advertisement
Ventuj

Untitled

Jun 19th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.26 KB | None | 0 0
  1.     function addlogs($tipo, $azione, $user){
  2.  
  3.         global $PDO;
  4.         global $ora;
  5.         global $ip;
  6.  
  7.         $esegui = $PDO->query("INSERT INTO `btw_logs`(`type`, `action`, `user`, `orario`, `ip`) VALUES ('$tipo', '$azione', '$user', '$ora', '$ip')");
  8.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement