Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. <html>
  2. <head>
  3. </head>
  4. <body>
  5. <p>
  6. <?php
  7. $items = 6;
  8.  
  9. {if($items < 5)
  10. echo "You get a 10% discount!";
  11. }
  12. ?>
  13. </p>
  14. </body>
  15. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement