HI
can anyone sort this line of code out for me. I want to find all the values that are greater than 500 and lower than 1001.
$query = "SELECT * FROM FreeRolls Where Prize < '500' && Day = '$Today' && Prize < '1000=1' || Prize < '500' && Day = 'Eve' && Prize < '1000=1' Limit 14 ";
At the minute im getting every result below 1000.