Welcome Guest, Not a member yet? Register   Sign In
get method doesn't work properly
#2

[eluser]CroNiX[/eluser]
Why not just send $id as the 3rd parameter in your form action and then grab it from the uri:Confusedegment(3)?

search/send_mail/$id
Code:
function send_mail()
{
  $id = $this->uri->segment(3);
  if ($id !== FALSE)
  {
    //...
  }
}


Messages In This Thread
get method doesn't work properly - by El Forum - 02-20-2012, 04:43 PM
get method doesn't work properly - by El Forum - 02-20-2012, 05:36 PM



Theme © iAndrew 2016 - Forum software by © MyBB