Welcome Guest, Not a member yet? Register   Sign In
Webpage Expired / POSTDATA Expired
#5

[eluser]gscharlemann[/eluser]
Thanks for the feedback. Seems like the simplest solution is to change from post to get (which is what I did). I must be missing something because the form no longer works. I did two things:
1. changed the method in the form statement from post to get. This resulted in: www.url.com/?race=123
2. I changed the line:
Code:
$race_selected = $this->input->post('race');
to
Code:
$race_selected = $this->input->get('race');
in the function listed in my original post. For some reason the get() call is not returning the value of 'race'. This should be easy, I must be brain dead.


Messages In This Thread
Webpage Expired / POSTDATA Expired - by El Forum - 09-20-2009, 01:05 PM
Webpage Expired / POSTDATA Expired - by El Forum - 09-22-2009, 10:29 AM
Webpage Expired / POSTDATA Expired - by El Forum - 09-22-2009, 10:36 AM
Webpage Expired / POSTDATA Expired - by El Forum - 09-23-2009, 08:40 AM
Webpage Expired / POSTDATA Expired - by El Forum - 09-23-2009, 06:31 PM
Webpage Expired / POSTDATA Expired - by El Forum - 09-23-2009, 06:42 PM
Webpage Expired / POSTDATA Expired - by El Forum - 09-23-2009, 06:45 PM
Webpage Expired / POSTDATA Expired - by El Forum - 09-23-2009, 08:19 PM
Webpage Expired / POSTDATA Expired - by El Forum - 09-24-2009, 03:50 AM



Theme © iAndrew 2016 - Forum software by © MyBB