Guest User

Untitled

a guest
Oct 17th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. $cityCode = "11";
  2. $onumber = "12";
  3. $mnumber = "13";
  4.  
  5. $othervars = $cityCode || $onumber || $mnumber || $purchaseLevel ;
  6. if (isset($othervars)) {
  7. $other .= "}";
  8. $output .= $other;
  9. };
Add Comment
Please, Sign In to add comment