$fecha = "25/01/2013"; $sql = "select * from tabla where fecha like '%" . substr($fecha, 2) . "'";
select * from tabla where fecha like '%/01/2013'