Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. <html>
  2. <head>
  3. </head>
  4. <body>
  5. <?php
  6. if(10 < 3) {
  7. echo "The condition is true";
  8. }
  9. else {
  10. echo "The condition is false";
  11. }
  12. ?>
  13. </body>
  14. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement