Guest User

Untitled

a guest
Jan 21st, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. $industries = $_POST['industry'];
  2. if (isset($industries)) {
  3. $industry = count($industries);
  4. for($i=0; $i < $industry; $i++) {
  5. if ($industries[$i] = "-1") {
  6.  
  7. } else {
  8. $sql .= " AND UD.COMPANY_PROFILE_ID = '" . $industries[$i] . "'";
  9. }
  10. }
  11. }
Add Comment
Please, Sign In to add comment