×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: PHP
Posted by: Dylan Lopez
Added: Mar 6, 2018 9:21 AM
Views: 2889
  1. echo $this->input->method(TRUE); // Outputs: POST
  2. echo $this->input->method(FALSE); // Outputs: post
  3. echo $this->input->method(); // Outputs: post