Guest User

Untitled

a guest
Jan 21st, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. $sql = "SELECT ind_sec_status, ind_all_id, ind_crp_id,
  2. ind_shp_id, ind_wep_id, ind_order, ind_dmgdone, plt_id, plt_name,
  3. plt_externalid, crp_name, crp_external_id,
  4. shp_externalid FROM kb3_inv_detail
  5. JOIN kb3_pilots ON (plt_id = ind_plt_id)
  6. JOIN kb3_corps ON (crp_id = ind_crp_id)
  7. JOIN kb3_ships ON (shp_id = ind_shp_id)
  8. WHERE ind_kll_id = ".$kill->getID();
  9. $qry->execute($sql);
  10.  
  11. while ($inv = $qry->getRow())
  12. {
Add Comment
Please, Sign In to add comment