Advertisement
welguri

exemplo_2

May 28th, 2014
344
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.24 KB | None | 0 0
  1. require('Connections/conn_mysqli.php');
  2.                         for($i=0;i<count($sql_prod_s_saida_inARR);$i++){
  3.                             $conn->query($sql_prod_s_saida_inARR[$i]);
  4.                         }
  5.                     $conn->close();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement