Código PHP:
$req_descripcion = "%" + $req_descripcion + "%";
$registros=mysql_query("select id, descripcion, activo
from tipo_cancha where activo='$req_activo' and (id='$req_id' or descripcion like '$req_descripcion' ) order by activo desc, id ",$conexion) or
die("Problemas en el select:".mysql_error());
Muchas gracias por su ayuda