Guest User

Untitled

a guest
Sep 14th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. Is this if condition works in php
  2. $x=0;
  3. $y=5;
  4.  
  5. if($x < $row[0] < $y)
  6.  
  7. select (count(showdown_choice_id)*100/(select count(showdown_id) from showdown_response where showdown_id='$showid')) from showdown_response where showdown_choice_id='$row[0]' and showdown_id=".$showid
  8.  
  9. if($x < $row[0] < $y)
  10.  
  11. if($x < $row[0] && $row[0] < $y)
  12.  
  13. $x=0;
  14. $y=5;
  15.  
  16. if($row[0] > $x && $row[0] < $y)
Add Comment
Please, Sign In to add comment