Welcome Guest, Not a member yet? Register   Sign In
Get and Post methods
#2

[eluser]n0xie[/eluser]
Since you usually use POST for forms (aka user input) and GET for read requests I don't see how this ever would be useful.
Code:
// GET
function product($id) {}

// POST
function order()
{
  $this->input->post('order_id');
}


Messages In This Thread
Get and Post methods - by El Forum - 03-12-2010, 12:37 PM
Get and Post methods - by El Forum - 03-12-2010, 12:40 PM
Get and Post methods - by El Forum - 03-12-2010, 12:55 PM
Get and Post methods - by El Forum - 03-12-2010, 01:44 PM
Get and Post methods - by El Forum - 03-12-2010, 02:26 PM
Get and Post methods - by El Forum - 03-12-2010, 03:02 PM
Get and Post methods - by El Forum - 03-13-2010, 11:39 AM



Theme © iAndrew 2016 - Forum software by © MyBB