用户
 找回密码
 入住 CI 中国社区
搜索
查看: 1360|回复: 0
收起左侧

[URL] 为什么我提交的地址是login2,但是在login收到此参数。怎么...

[复制链接]
发表于 2017-11-29 16:12:47 | 显示全部楼层 |阅读模式
[code=PHP][/code]为什么我提交的地址是login2,但是在login收到此参数。怎么会这样

<form action="<?php site_url('Member/login2')?>" method="post">


public function login()
{
                $this->output->enable_profiler(TRUE);

                $this->load->helper('url');

                $this->load->model('Model_login');

                $user = $this->input->post('number');

                $pass = $this->input->post('pass');

                echo $user;

                $this->load->view('login');
}


本版积分规则