Advertisement
Guest User

Untitled

a guest
Jan 20th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. number_format(($hasilz->harga>100000 ? $hasilz->harga+2000 :
  2. ($hasilz->harga>300000 ? $hasilz->harga+4000 :
  3. ($hasilz->harga>400000 ? $hasilz->harga+8000 :
  4. $hasilz->harga+10000))), 0, ',', '.')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement