Advertisement
tjromano

Untitled

Feb 4th, 2012
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. "; echo "
  2. "; $ac = $people * 875.00 + $at; echo "Your airline charge for this trip plus tax is: $"; echo $ac; echo "
  3. "; echo "
  4. "; $ht = 110.00 * $people * $nights * 0.07; echo "Your hotel tax for this trip is: $"; echo $ht; echo "
  5. "; echo "
  6. "; $hc = 110.00 * $people * $nights + $ht; echo "Your hotel cost for this trip is: $"; echo $hc; echo "
  7. "; echo "
  8. "; $tc = $ac + $hc; echo "Your total cost for this trip is: $"; echo $tc; ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement