我正试图将《刑法》的神秘言论变成《刑法》。 守则从干.中选取所有物,但区差等于两种形式投入,相互吸收。 任何帮助都受到高度赞赏。
PHP版本
select * from zone_cost where zone_diff =
@(
(select zone from station_zone where station = FORMINPUT ) - (select zone from station_zone where station = FORMINPUT )
);
伪造者尝试版本
$zd = (
$this->db->select( zone );
$this->db->get_where( station_zone , station => $this->form->input( station ));
) - ($this->db->select( zone );
$this->db->get_where( station_zone , station => $this->form->input( station2 ));
);
$this->db->select( zone_cost );
$this->db->where( zone_diff , $zd);