Welcome Guest, Not a member yet? Register   Sign In
Updated 3.1.10 this->input->method('post') doesn't work
#2

PHP Code:
// TRUE or FALSE for upper or lower case ( POST or post )
if($this->input->method(TRUE))
{
 
   ...
}
else
{
 
   redirect('404');


Try that.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
RE: Updated 3.1.10 this->input->method('post') doesn't work - by InsiteFX - 03-20-2019, 05:33 PM



Theme © iAndrew 2016 - Forum software by © MyBB