Welcome Guest, Not a member yet? Register   Sign In
Controller is firing but I can't get the $_GET
#7

(This post was last modified: 03-25-2018, 12:02 AM by richb201.)

I managed to see the message being sent in the network debugger. It is:
http://localhost/Subit_backend/register%....com%22%7D

The status (from the network tab in the chrome debugger) is (pending). Is this because it was never recvd by Subit_backend?



   class Subit_backend extends CI_Controller
   {

       public function __construct()
       {
       parent::__construct();

       $this->load->database();
       $this->load->helper('url', 'input' );
         }


       public function register()
      {
      if (isset($_GET["email"])) {
          $this->db->db_select("employees");
        }
      }
   }
proof that an old dog can learn new tricks
Reply


Messages In This Thread
RE: Controller is firing but I can't get the $_GET - by richb201 - 03-24-2018, 11:54 PM



Theme © iAndrew 2016 - Forum software by © MyBB