From: bruno peracchio Date: January 15 2003 1:11pm Subject: select a range List-Archive: http://lists.mysql.com/mysql/130011 Message-Id: <1042636316.2229.8.camel@ledtape> MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Hi I'm newbie I have to find from xvalue to yvalue; I have written: $query="SELECT * FROM inner-multipli WHERE cod_int LIKE =>'%$cod_int1%' AND cod_int LIKE <='%$cod_int2'=; This not work; how can I do? Thanks in advance bruper