Webpage Expired / POSTDATA Expired |
[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'); Code: $race_selected = $this->input->get('race'); |
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
|