- Is this if condition works in php
- $x=0;
- $y=5;
- if($x < $row[0] < $y)
- 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
- if($x < $row[0] < $y)
- if($x < $row[0] && $row[0] < $y)
- $x=0;
- $y=5;
- if($row[0] > $x && $row[0] < $y)