Guest User

Untitled

a guest
Jan 24th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. $queryLog = "INSERT INTO invt_log (invs_num) VALUES (100000)";
  2. $resLog = odbc_exec($conn, $queryLog) or die (odbc_error());
  3. echo $queryLog;
  4. echo "done";
Add Comment
Please, Sign In to add comment