Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jul 29th, 2012  |  syntax: None  |  size: 0.39 KB  |  hits: 8  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  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)