Guest User

Untitled

a guest
Jun 18th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <?php
  2. if($fila['uno'] <= 4) {
  3. ?>
  4.  
  5. <?php
  6. if($fila['uno'] || $fila['dos'] || $fila['tres'] <= 4) {
  7. ?>
  8.  
  9. <?php
  10. if($fila['uno'] & $fila['dos'] & $fila['tres'] <= 4) {
  11. ?>
  12.  
  13. <?php
  14. if($fila['uno'] <= 4 || $fila['dos'] <= 4 || $fila['tres'] <= 4) {
  15. ?>
Add Comment
Please, Sign In to add comment