Im trying to return values between 2 numbers but I cant seem to figure it out.
This is what I have.
$nresult = mysql_query("SELECT * FROM user_char where rank <= '$rows' && >= '$end_row' order by rank asc", $link) or die ("query 1: " . mysql_error());
any help is appreciated.
Cheers
Dylan