Advertisement
Guest User

asdasfasf

a guest
Jun 30th, 2015
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. new stringasd[1024];
  2. format(stringasd,sizeof(stringasd),"INSERT INTO `Vozila` (`OrgID`, `ID`, `Model`, `Cena`, `XPoz`, `YPoz`, `ZPoz`, `APoz`) VALUES ('%d', '%d', '%d', '35000', '%f', '%f', '%f', '%f')",orgid, broj, carid, ulazx, ulazy, ulazz, ulaza);
  3. mysql_query(stringasd);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement