How would i search for a random number between two numbers by mysql query. This is not a valid mysql command this just for understanding.
$number = 3600;
$aa = 3300;
$bb = 4000;
$query = "Search for the $number between $aa AND $bb";
How would i do this with php and mysql.