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

(03-21-2018, 08:55 AM)daveĀ friend Wrote: If i read this documentation correctly the parameter for send is ignored for GET requests. You probably need to do a POST request.

That's indeed correct. Or add the variable into the url, to get GET working.

(03-21-2018, 09:37 AM)richb201 Wrote: My understanding is that Post is a one way path from the browser to the server.

No, you can send back information with any method.

Getting the data:
https://www.codeigniter.com/user_guide/l...put-stream

Send back JSON.
https://www.codeigniter.com/user_guide/l...ntent_type
Reply


Messages In This Thread
RE: Controller is firing but I can't get the $_GET - by jreklund - 03-21-2018, 01:39 PM



Theme © iAndrew 2016 - Forum software by © MyBB